Html Css Color HEX #CC2F8C Deep Cerise

📋 copy color: '#CC2F8C'

red 204 ◦ green 47 ◦ blue 140

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

Shades of Deep Cerise #CC2F8C

Tints of Deep Cerise #CC2F8C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.02%

 BLUE value IS 140 (55.08% from 255) = 35.81%

R = 52.17%
G = 12.02%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC2F8C (or 0xCC2F8C) is known color: Deep Cerise. HEX triplet: CC, 2F and 8C. RGB value is (204,47,140). Sum of RGB (Red+Green+Blue) = 204+47+140=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 47 (18.75% from 255 or 12.02% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2F8C is #33D073. Grayscale: #686868. Windows color (decimal): -3395700 or 9187276. OLE color: 9187276.

HSL color Cylindrical-coordinate representation of color #CC2F8C: hue angle of 324.46º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC2F8C is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 47 140 -
CMYK 0 0.77 0.31 0.2
HSL 324.46º 0.63% 0.49% -
HSV(B) 324.46º 0.77% 0.8% -
XYZ 30.65 16.76 26.43 -
YUV 104.55 148.01 198.94 -
System Red Green Blue C M Y K H S L
Decimal 204 47 140 0 0.77 0.31 0.2 324.46 0.63 0.49
Hex CC 2F 8C 0 4D 1F 14 144 3F 31
Octal 314 57 214 0 115 37 24 504 77 61
Binary 11001100 101111 10001100 0 1001101 11111 10100 101000100 111111 110001

Color Harmonies of #CC2F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2F8C

Black with #CC2F8C

Text Example


Text Example

White with #CC2F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2F8C; }

 p { color: rgb(204,47,140); }

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

background-color css

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

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

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

border-color css

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

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

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