Html Css Color HEX #CD2A9F Deep Cerise

📋 copy color: '#CD2A9F'

red 205 ◦ green 42 ◦ blue 159

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

Shades of Deep Cerise #CD2A9F

Tints of Deep Cerise #CD2A9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.16%

R = 50.49%
G = 10.34%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#CD2A9F (or 0xCD2A9F) is known color: Deep Cerise. HEX triplet: CD, 2A and 9F. RGB value is (205,42,159). Sum of RGB (Red+Green+Blue) = 205+42+159=406 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.49% from 406); Green value is 42 (16.80% from 255 or 10.34% from 406); Blue value is 159 (62.5% from 255 or 39.16% from 406); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2A9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2A9F is #32D560. Grayscale: #676767. Windows color (decimal): -3331425 or 10431181. OLE color: 10431181.

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

Color convert

RGB 205 42 159 -
CMYK 0 0.80 0.22 0.20
HSL 316.93º 0.66% 0.48% -
HSV(B) 316.93º 0.8% 0.8% -
XYZ 32.26 17.14 34.41 -
YUV 104.08 159 199.99 -
System Red Green Blue C M Y K H S L
Decimal 205 42 159 0 0.80 0.22 0.20 316.93 0.66 0.48
Hex CD 2A 9F 0 50 16 14 13D 42 30
Octal 315 52 237 0 120 26 24 475 102 60
Binary 11001101 101010 10011111 0 1010000 10110 10100 100111101 1000010 110000

Color Harmonies of #CD2A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2A9F

Black with #CD2A9F

Text Example


Text Example

White with #CD2A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2A9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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