Html Css Color HEX #CD2A72 Deep Cerise

📋 copy color: '#CD2A72'

red 205 ◦ green 42 ◦ blue 114

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

Shades of Deep Cerise #CD2A72

Tints of Deep Cerise #CD2A72

RGB

 RED value IS 205 (80.47% from 255) = 56.79%

 GREEN value IS 42 (16.8% from 255) = 11.63%

 BLUE value IS 114 (44.92% from 255) = 31.58%

R = 56.79%
G = 11.63%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CD2A72 (or 0xCD2A72) is known color: Deep Cerise. HEX triplet: CD, 2A and 72. RGB value is (205,42,114). Sum of RGB (Red+Green+Blue) = 205+42+114=361 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.79% from 361); Green value is 42 (16.80% from 255 or 11.63% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2A72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2A72 is #32D58D. Grayscale: #626262. Windows color (decimal): -3331470 or 7482061. OLE color: 7482061.

HSL color Cylindrical-coordinate representation of color #CD2A72: hue angle of 333.5º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD2A72 is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 42 114 -
CMYK 0 0.80 0.44 0.20
HSL 333.5º 0.66% 0.48% -
HSV(B) 333.5º 0.8% 0.8% -
XYZ 29.04 15.85 17.45 -
YUV 98.95 136.5 203.65 -
System Red Green Blue C M Y K H S L
Decimal 205 42 114 0 0.80 0.44 0.20 333.5 0.66 0.48
Hex CD 2A 72 0 50 2C 14 14D 42 30
Octal 315 52 162 0 120 54 24 515 102 60
Binary 11001101 101010 1110010 0 1010000 101100 10100 101001101 1000010 110000

Color Harmonies of #CD2A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2A72

Black with #CD2A72

Text Example


Text Example

White with #CD2A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2A72; }

 p { color: rgb(205,42,114); }

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

background-color css

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

 a { background-color: rgb(205,42,114); }

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

border-color css

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

 span { border-color: rgb(205,42,114); }

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