Html Css Color HEX #CC37CC Fuchsia

📋 copy color: '#CC37CC'

red 204 ◦ green 55 ◦ blue 204

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

Shades of Fuchsia #CC37CC

Tints of Fuchsia #CC37CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.06%

R = 44.06%
G = 11.88%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CC37CC (or 0xCC37CC) is known color: Fuchsia. HEX triplet: CC, 37 and CC. RGB value is (204,55,204). Sum of RGB (Red+Green+Blue) = 204+55+204=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 55 (21.88% from 255 or 11.88% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC37CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC37CC is #33C833. Grayscale: #747474. Windows color (decimal): -3393588 or 13383628. OLE color: 13383628.

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

Color convert

RGB 204 55 204 -
CMYK 0 0.73 0 0.2
HSL 300º 0.59% 0.51% -
HSV(B) 300º 0.73% 0.8% -
XYZ 37.17 19.93 59.01 -
YUV 116.54 177.36 190.38 -
System Red Green Blue C M Y K H S L
Decimal 204 55 204 0 0.73 0 0.2 300 0.59 0.51
Hex CC 37 CC 0 49 0 14 12C 3B 33
Octal 314 67 314 0 111 0 24 454 73 63
Binary 11001100 110111 11001100 0 1001001 0 10100 100101100 111011 110011

Color Harmonies of #CC37CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC37CC

Black with #CC37CC

Text Example


Text Example

White with #CC37CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC37CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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