Html Css Color HEX #CC37BD Fuchsia

📋 copy color: '#CC37BD'

red 204 ◦ green 55 ◦ blue 189

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

Shades of Fuchsia #CC37BD

Tints of Fuchsia #CC37BD

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.28%

 BLUE value IS 189 (74.22% from 255) = 42.19%

R = 45.54%
G = 12.28%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC37BD (or 0xCC37BD) is known color: Fuchsia. HEX triplet: CC, 37 and BD. RGB value is (204,55,189). Sum of RGB (Red+Green+Blue) = 204+55+189=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 55 (21.88% from 255 or 12.28% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC37BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC37BD is #33C842. Grayscale: #727272. Windows color (decimal): -3393603 or 12400588. OLE color: 12400588.

HSL color Cylindrical-coordinate representation of color #CC37BD: hue angle of 306.04º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC37BD is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 55 189 -
CMYK 0 0.73 0.07 0.2
HSL 306.04º 0.59% 0.51% -
HSV(B) 306.04º 0.73% 0.8% -
XYZ 35.45 19.24 49.99 -
YUV 114.83 169.86 191.6 -
System Red Green Blue C M Y K H S L
Decimal 204 55 189 0 0.73 0.07 0.2 306.04 0.59 0.51
Hex CC 37 BD 0 49 7 14 132 3B 33
Octal 314 67 275 0 111 7 24 462 73 63
Binary 11001100 110111 10111101 0 1001001 111 10100 100110010 111011 110011

Color Harmonies of #CC37BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC37BD

Black with #CC37BD

Text Example


Text Example

White with #CC37BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC37BD; }

 p { color: rgb(204,55,189); }

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

background-color css

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

 a { background-color: rgb(204,55,189); }

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

border-color css

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

 span { border-color: rgb(204,55,189); }

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