Html Css Color HEX #CD2A96 Deep Cerise

📋 copy color: '#CD2A96'

red 205 ◦ green 42 ◦ blue 150

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

Shades of Deep Cerise #CD2A96

Tints of Deep Cerise #CD2A96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 37.78%

R = 51.64%
G = 10.58%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CD2A96 (or 0xCD2A96) is known color: Deep Cerise. HEX triplet: CD, 2A and 96. RGB value is (205,42,150). Sum of RGB (Red+Green+Blue) = 205+42+150=397 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.64% from 397); Green value is 42 (16.80% from 255 or 10.58% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2A96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2A96 is #32D569. Grayscale: #666666. Windows color (decimal): -3331434 or 9841357. OLE color: 9841357.

HSL color Cylindrical-coordinate representation of color #CD2A96: hue angle of 320.25º 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 #CD2A96 is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 42 150 -
CMYK 0 0.80 0.27 0.20
HSL 320.25º 0.66% 0.48% -
HSV(B) 320.25º 0.8% 0.8% -
XYZ 31.51 16.84 30.44 -
YUV 103.05 154.5 200.72 -
System Red Green Blue C M Y K H S L
Decimal 205 42 150 0 0.80 0.27 0.20 320.25 0.66 0.48
Hex CD 2A 96 0 50 1B 14 140 42 30
Octal 315 52 226 0 120 33 24 500 102 60
Binary 11001101 101010 10010110 0 1010000 11011 10100 101000000 1000010 110000

Color Harmonies of #CD2A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2A96

Black with #CD2A96

Text Example


Text Example

White with #CD2A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2A96; }

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

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

background-color css

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

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

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

border-color css

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

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

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