Html Css Color HEX #CC2CB6 Fuchsia

📋 copy color: '#CC2CB6'

red 204 ◦ green 44 ◦ blue 182

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

Shades of Fuchsia #CC2CB6

Tints of Fuchsia #CC2CB6

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.23%

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

R = 47.44%
G = 10.23%
B = 42.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#CC2CB6 (or 0xCC2CB6) is known color: Fuchsia. HEX triplet: CC, 2C and B6. RGB value is (204,44,182). Sum of RGB (Red+Green+Blue) = 204+44+182=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 44 (17.58% from 255 or 10.23% from 430); Blue value is 182 (71.48% from 255 or 42.33% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2CB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2CB6 is #33D349. Grayscale: #6B6B6B. Windows color (decimal): -3396426 or 11939020. OLE color: 11939020.

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

Color convert

RGB 204 44 182 -
CMYK 0 0.78 0.11 0.2
HSL 308.25º 0.65% 0.49% -
HSV(B) 308.25º 0.78% 0.8% -
XYZ 34.25 18.02 45.93 -
YUV 107.57 170.01 196.78 -
System Red Green Blue C M Y K H S L
Decimal 204 44 182 0 0.78 0.11 0.2 308.25 0.65 0.49
Hex CC 2C B6 0 4E B 14 134 41 31
Octal 314 54 266 0 116 13 24 464 101 61
Binary 11001100 101100 10110110 0 1001110 1011 10100 100110100 1000001 110001

Color Harmonies of #CC2CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2CB6

Black with #CC2CB6

Text Example


Text Example

White with #CC2CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2CB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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