Html Css Color HEX #CD2E9A Deep Cerise

📋 copy color: '#CD2E9A'

red 205 ◦ green 46 ◦ blue 154

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

Shades of Deep Cerise #CD2E9A

Tints of Deep Cerise #CD2E9A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.36%

 BLUE value IS 154 (60.55% from 255) = 38.02%

R = 50.62%
G = 11.36%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CD2E9A (or 0xCD2E9A) is known color: Deep Cerise. HEX triplet: CD, 2E and 9A. RGB value is (205,46,154). Sum of RGB (Red+Green+Blue) = 205+46+154=405 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.62% from 405); Green value is 46 (18.36% from 255 or 11.36% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2E9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2E9A is #32D165. Grayscale: #696969. Windows color (decimal): -3330406 or 10104525. OLE color: 10104525.

HSL color Cylindrical-coordinate representation of color #CD2E9A: hue angle of 319.25º degrees, saturation: 0.63, 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 #CD2E9A is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 46 154 -
CMYK 0 0.78 0.25 0.20
HSL 319.25º 0.63% 0.49% -
HSV(B) 319.25º 0.78% 0.8% -
XYZ 31.99 17.27 32.22 -
YUV 105.85 155.18 198.72 -
System Red Green Blue C M Y K H S L
Decimal 205 46 154 0 0.78 0.25 0.20 319.25 0.63 0.49
Hex CD 2E 9A 0 4E 19 14 13F 3F 31
Octal 315 56 232 0 116 31 24 477 77 61
Binary 11001101 101110 10011010 0 1001110 11001 10100 100111111 111111 110001

Color Harmonies of #CD2E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2E9A

Black with #CD2E9A

Text Example


Text Example

White with #CD2E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2E9A; }

 p { color: rgb(205,46,154); }

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

background-color css

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

 a { background-color: rgb(205,46,154); }

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

border-color css

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

 span { border-color: rgb(205,46,154); }

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