Html Css Color HEX #CC6DB6 Fuchsia

📋 copy color: '#CC6DB6'

red 204 ◦ green 109 ◦ blue 182

#CC6DB6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #CC6DB6

Tints of Fuchsia #CC6DB6

RGB

 RED value IS 204 (80.08% from 255) = 41.21%

 GREEN value IS 109 (42.97% from 255) = 22.02%

 BLUE value IS 182 (71.48% from 255) = 36.77%

R = 41.21%
G = 22.02%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#CC6DB6 (or 0xCC6DB6) is known color: Fuchsia. HEX triplet: CC, 6D and B6. RGB value is (204,109,182). Sum of RGB (Red+Green+Blue) = 204+109+182=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 109 (42.97% from 255 or 22.02% from 495); Blue value is 182 (71.48% from 255 or 36.77% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6DB6 is #339249. Grayscale: #919191. Windows color (decimal): -3379786 or 11955660. OLE color: 11955660.

HSL color Cylindrical-coordinate representation of color #CC6DB6: hue angle of 313.89º 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 #CC6DB6 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 109 182 -
CMYK 0 0.47 0.11 0.2
HSL 313.89º 0.48% 0.61% -
HSV(B) 313.89º 0.47% 0.8% -
XYZ 38.81 27.15 47.45 -
YUV 145.73 148.47 169.56 -
System Red Green Blue C M Y K H S L
Decimal 204 109 182 0 0.47 0.11 0.2 313.89 0.48 0.61
Hex CC 6D B6 0 2F B 14 13A 30 3D
Octal 314 155 266 0 57 13 24 472 60 75
Binary 11001100 1101101 10110110 0 101111 1011 10100 100111010 110000 111101

Color Harmonies of #CC6DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6DB6

Black with #CC6DB6

Text Example


Text Example

White with #CC6DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6DB6; }

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

 H1.HeaderClassName
 {
   color: #CC6DB6;
 }
 .AnyTagClassName
 {
   color: #CC6DB6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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