Html Css Color HEX #CC37BA Fuchsia

📋 copy color: '#CC37BA'

red 204 ◦ green 55 ◦ blue 186

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

Shades of Fuchsia #CC37BA

Tints of Fuchsia #CC37BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.8%

R = 45.84%
G = 12.36%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC37BA (or 0xCC37BA) is known color: Fuchsia. HEX triplet: CC, 37 and BA. RGB value is (204,55,186). Sum of RGB (Red+Green+Blue) = 204+55+186=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 55 (21.88% from 255 or 12.36% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CC37BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC37BA is #33C845. Grayscale: #727272. Windows color (decimal): -3393606 or 12203980. OLE color: 12203980.

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

Color convert

RGB 204 55 186 -
CMYK 0 0.73 0.09 0.2
HSL 307.25º 0.59% 0.51% -
HSV(B) 307.25º 0.73% 0.8% -
XYZ 35.13 19.11 48.29 -
YUV 114.49 168.36 191.85 -
System Red Green Blue C M Y K H S L
Decimal 204 55 186 0 0.73 0.09 0.2 307.25 0.59 0.51
Hex CC 37 BA 0 49 9 14 133 3B 33
Octal 314 67 272 0 111 11 24 463 73 63
Binary 11001100 110111 10111010 0 1001001 1001 10100 100110011 111011 110011

Color Harmonies of #CC37BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC37BA

Black with #CC37BA

Text Example


Text Example

White with #CC37BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC37BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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