Html Css Color HEX #CC2F90 Deep Cerise

📋 copy color: '#CC2F90'

red 204 ◦ green 47 ◦ blue 144

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

Shades of Deep Cerise #CC2F90

Tints of Deep Cerise #CC2F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36.46%

R = 51.65%
G = 11.9%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CC2F90 (or 0xCC2F90) is known color: Deep Cerise. HEX triplet: CC, 2F and 90. RGB value is (204,47,144). Sum of RGB (Red+Green+Blue) = 204+47+144=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 47 (18.75% from 255 or 11.90% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2F90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2F90 is #33D06F. Grayscale: #686868. Windows color (decimal): -3395696 or 9449420. OLE color: 9449420.

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

Color convert

RGB 204 47 144 -
CMYK 0 0.77 0.29 0.2
HSL 322.93º 0.63% 0.49% -
HSV(B) 322.93º 0.77% 0.8% -
XYZ 30.95 16.88 28.01 -
YUV 105 150.01 198.61 -
System Red Green Blue C M Y K H S L
Decimal 204 47 144 0 0.77 0.29 0.2 322.93 0.63 0.49
Hex CC 2F 90 0 4D 1D 14 143 3F 31
Octal 314 57 220 0 115 35 24 503 77 61
Binary 11001100 101111 10010000 0 1001101 11101 10100 101000011 111111 110001

Color Harmonies of #CC2F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2F90

Black with #CC2F90

Text Example


Text Example

White with #CC2F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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