Html Css Color HEX #CC37C5 Fuchsia

📋 copy color: '#CC37C5'

red 204 ◦ green 55 ◦ blue 197

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

Shades of Fuchsia #CC37C5

Tints of Fuchsia #CC37C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 43.2%

R = 44.74%
G = 12.06%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#CC37C5 (or 0xCC37C5) is known color: Fuchsia. HEX triplet: CC, 37 and C5. RGB value is (204,55,197). Sum of RGB (Red+Green+Blue) = 204+55+197=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 55 (21.88% from 255 or 12.06% from 456); Blue value is 197 (77.34% from 255 or 43.20% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CC37C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC37C5 is #33C83A. Grayscale: #737373. Windows color (decimal): -3393595 or 12924876. OLE color: 12924876.

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

Color convert

RGB 204 55 197 -
CMYK 0 0.73 0.03 0.2
HSL 302.82º 0.59% 0.51% -
HSV(B) 302.82º 0.73% 0.8% -
XYZ 36.35 19.6 54.69 -
YUV 115.74 173.86 190.95 -
System Red Green Blue C M Y K H S L
Decimal 204 55 197 0 0.73 0.03 0.2 302.82 0.59 0.51
Hex CC 37 C5 0 49 3 14 12F 3B 33
Octal 314 67 305 0 111 3 24 457 73 63
Binary 11001100 110111 11000101 0 1001001 11 10100 100101111 111011 110011

Color Harmonies of #CC37C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC37C5

Black with #CC37C5

Text Example


Text Example

White with #CC37C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC37C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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