Html Css Color HEX #CC2D8F Deep Cerise

📋 copy color: '#CC2D8F'

red 204 ◦ green 45 ◦ blue 143

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

Shades of Deep Cerise #CC2D8F

Tints of Deep Cerise #CC2D8F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.48%

 BLUE value IS 143 (56.25% from 255) = 36.48%

R = 52.04%
G = 11.48%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC2D8F (or 0xCC2D8F) is known color: Deep Cerise. HEX triplet: CC, 2D and 8F. RGB value is (204,45,143). Sum of RGB (Red+Green+Blue) = 204+45+143=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 45 (17.97% from 255 or 11.48% from 392); Blue value is 143 (56.25% from 255 or 36.48% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2D8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2D8F is #33D270. Grayscale: #676767. Windows color (decimal): -3396209 or 9383372. OLE color: 9383372.

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

Color convert

RGB 204 45 143 -
CMYK 0 0.78 0.30 0.2
HSL 323.02º 0.64% 0.49% -
HSV(B) 323.02º 0.78% 0.8% -
XYZ 30.8 16.7 27.59 -
YUV 103.71 150.18 199.53 -
System Red Green Blue C M Y K H S L
Decimal 204 45 143 0 0.78 0.30 0.2 323.02 0.64 0.49
Hex CC 2D 8F 0 4E 1E 14 143 40 31
Octal 314 55 217 0 116 36 24 503 100 61
Binary 11001100 101101 10001111 0 1001110 11110 10100 101000011 1000000 110001

Color Harmonies of #CC2D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2D8F

Black with #CC2D8F

Text Example


Text Example

White with #CC2D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2D8F; }

 p { color: rgb(204,45,143); }

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

background-color css

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

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

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

border-color css

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

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

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