Html Css Color HEX #CC2CB5 Fuchsia

📋 copy color: '#CC2CB5'

red 204 ◦ green 44 ◦ blue 181

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

Shades of Fuchsia #CC2CB5

Tints of Fuchsia #CC2CB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 42.19%

R = 47.55%
G = 10.26%
B = 42.19%

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

#CC2CB5 (or 0xCC2CB5) is known color: Fuchsia. HEX triplet: CC, 2C and B5. RGB value is (204,44,181). Sum of RGB (Red+Green+Blue) = 204+44+181=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 44 (17.58% from 255 or 10.26% from 429); Blue value is 181 (71.09% from 255 or 42.19% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2CB5 is #33D34A. Grayscale: #6B6B6B. Windows color (decimal): -3396427 or 11873484. OLE color: 11873484.

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

Color convert

RGB 204 44 181 -
CMYK 0 0.78 0.11 0.2
HSL 308.63º 0.65% 0.49% -
HSV(B) 308.63º 0.78% 0.8% -
XYZ 34.14 17.97 45.39 -
YUV 107.46 169.51 196.86 -
System Red Green Blue C M Y K H S L
Decimal 204 44 181 0 0.78 0.11 0.2 308.63 0.65 0.49
Hex CC 2C B5 0 4E B 14 135 41 31
Octal 314 54 265 0 116 13 24 465 101 61
Binary 11001100 101100 10110101 0 1001110 1011 10100 100110101 1000001 110001

Color Harmonies of #CC2CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2CB5

Black with #CC2CB5

Text Example


Text Example

White with #CC2CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2CB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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