Html Css Color HEX #CD2A93 Deep Cerise

📋 copy color: '#CD2A93'

red 205 ◦ green 42 ◦ blue 147

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

Shades of Deep Cerise #CD2A93

Tints of Deep Cerise #CD2A93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 37.31%

R = 52.03%
G = 10.66%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CD2A93 (or 0xCD2A93) is known color: Deep Cerise. HEX triplet: CD, 2A and 93. RGB value is (205,42,147). Sum of RGB (Red+Green+Blue) = 205+42+147=394 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.03% from 394); Green value is 42 (16.80% from 255 or 10.66% from 394); Blue value is 147 (57.81% from 255 or 37.31% from 394); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2A93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2A93 is #32D56C. Grayscale: #666666. Windows color (decimal): -3331437 or 9644749. OLE color: 9644749.

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

Color convert

RGB 205 42 147 -
CMYK 0 0.80 0.28 0.20
HSL 321.35º 0.66% 0.48% -
HSV(B) 321.35º 0.8% 0.8% -
XYZ 31.27 16.74 29.19 -
YUV 102.71 153 200.96 -
System Red Green Blue C M Y K H S L
Decimal 205 42 147 0 0.80 0.28 0.20 321.35 0.66 0.48
Hex CD 2A 93 0 50 1C 14 141 42 30
Octal 315 52 223 0 120 34 24 501 102 60
Binary 11001101 101010 10010011 0 1010000 11100 10100 101000001 1000010 110000

Color Harmonies of #CD2A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2A93

Black with #CD2A93

Text Example


Text Example

White with #CD2A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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