Html Css Color HEX #CC6CB6 Fuchsia

📋 copy color: '#CC6CB6'

red 204 ◦ green 108 ◦ blue 182

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

Shades of Fuchsia #CC6CB6

Tints of Fuchsia #CC6CB6

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.86%

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

R = 41.3%
G = 21.86%
B = 36.84%

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

#CC6CB6 (or 0xCC6CB6) is known color: Fuchsia. HEX triplet: CC, 6C and B6. RGB value is (204,108,182). Sum of RGB (Red+Green+Blue) = 204+108+182=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 108 (42.58% from 255 or 21.86% from 494); Blue value is 182 (71.48% from 255 or 36.84% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6CB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6CB6 is #339349. Grayscale: #909090. Windows color (decimal): -3380042 or 11955404. OLE color: 11955404.

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

Color convert

RGB 204 108 182 -
CMYK 0 0.47 0.11 0.2
HSL 313.75º 0.48% 0.61% -
HSV(B) 313.75º 0.47% 0.8% -
XYZ 38.71 26.94 47.42 -
YUV 145.14 148.8 169.98 -
System Red Green Blue C M Y K H S L
Decimal 204 108 182 0 0.47 0.11 0.2 313.75 0.48 0.61
Hex CC 6C B6 0 2F B 14 13A 30 3D
Octal 314 154 266 0 57 13 24 472 60 75
Binary 11001100 1101100 10110110 0 101111 1011 10100 100111010 110000 111101

Color Harmonies of #CC6CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6CB6

Black with #CC6CB6

Text Example


Text Example

White with #CC6CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6CB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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