#CC6DB5

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

Shades of Fuchsia #CC6DB5

Tints of Fuchsia #CC6DB5

Color information

#CC6DB5 (or 0xCC6DB5) is unknown color: approx Fuchsia. HEX triplet: CC, 6D and B5. RGB value is (204,109,181). Sum of RGB (Red+Green+Blue) = 204+109+181=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 109 (42.97% from 255 or 22.06% from 494); Blue value is 181 (71.09% from 255 or 36.64% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6DB5 is #33924A. Grayscale: #919191. Windows color (decimal): -3379787 or 11890124. OLE color: 11890124.

HSL color Cylindrical-coordinate representation of color #CC6DB5: hue angle of 314.53º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC6DB5 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB204109181-
CMYK00.470.110.2
HSL314.53º48.22%61.37%-
HSV(B)314.53º46.57%80%-
XYZ38.7127.1146.91-
YUV145.61147.97169.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.30%
GREEN value IS 109 (42.97% from 255) = 22.06%
BLUE value IS 181 (71.09% from 255) = 36.64%
R=41.30%
G=22.06%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410918100.470.110.2314.5348.2261.37
HexCC6DB502FB1413b303d
Octal31415526505713244736075
Binary110011001101101101101010101111101110100100111011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6DB5; }

 p { color: rgb(204,109,181); }

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

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

 a { background-color: rgb(204,109,181); }

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

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

 span { border-color: rgb(204,109,181); }

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