#cd3ac6

Color #CD3AC6 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #CD3AC6

Tints of Fuchsia #CD3AC6

Color information

#CD3AC6 (or 0xCD3AC6) is unknown color: approx Fuchsia. HEX triplet: CD, 3A and C6. RGB value is (205,58,198). Sum of RGB (Red+Green+Blue) = 205+58+198=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 58 (23.05% from 255 or 12.58% from 461); Blue value is 198 (77.73% from 255 or 42.95% from 461); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3AC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3AC6 is #32C539. Grayscale: #757575. Windows color (decimal): -3327290 or 12991181. OLE color: 12991181.

HSL color Cylindrical-coordinate representation of color #CD3AC6: hue angle of 302.86º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CD3AC6 is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB20558198-
CMYK00.720.030.20
HSL302.86º59.51%51.57%-
HSV(B)302.86º71.71%80.39%-
XYZ36.8820.0855.36-
YUV117.91173.2190.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 44.47%
GREEN value IS 58 (23.05% from 255) = 12.58%
BLUE value IS 198 (77.73% from 255) = 42.95%
R=44.47%
G=12.58%
B=42.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055819800.720.030.20302.8659.5151.57
HexCD3AC604831412f3c34
Octal3157230601103244577464
Binary1100110111101011000110010010001110100100101111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd3ac6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd3ac6; }

 p { color: rgb(205,58,198); }

 H1.HeaderClassName
 {
   color: #cd3ac6;
 }
 .AnyTagClassName
 {
   color: #cd3ac6;
 }
</style>
background-color css

<style>
 a { background-color: #cd3ac6; }

 a { background-color: rgb(205,58,198); }

 div.DivClassName
 {
   background-color: #cd3ac6;
 }
 .BgClassName
 {
   background-color: #cd3ac6;
 }
</style>
border-color css

<style>
 span { border-color: #cd3ac6; }

 span { border-color: rgb(205,58,198); }

 td.TdClassName
 {
   border-color: #cd3ac6;
 }
 .TagClassName
 {
   border-color: #cd3ac6;
 }
</style>