Html Css Color HEX #CD2EA2 Deep Cerise

📋 copy color: '#CD2EA2'

red 205 ◦ green 46 ◦ blue 162

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

Shades of Deep Cerise #CD2EA2

Tints of Deep Cerise #CD2EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 39.23%

R = 49.64%
G = 11.14%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#CD2EA2 (or 0xCD2EA2) is known color: Deep Cerise. HEX triplet: CD, 2E and A2. RGB value is (205,46,162). Sum of RGB (Red+Green+Blue) = 205+46+162=413 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.64% from 413); Green value is 46 (18.36% from 255 or 11.14% from 413); Blue value is 162 (63.67% from 255 or 39.23% from 413); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2EA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2EA2 is #32D15D. Grayscale: #6A6A6A. Windows color (decimal): -3330398 or 10628813. OLE color: 10628813.

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

Color convert

RGB 205 46 162 -
CMYK 0 0.78 0.21 0.20
HSL 316.23º 0.63% 0.49% -
HSV(B) 316.23º 0.78% 0.8% -
XYZ 32.68 17.54 35.85 -
YUV 106.77 159.18 198.07 -
System Red Green Blue C M Y K H S L
Decimal 205 46 162 0 0.78 0.21 0.20 316.23 0.63 0.49
Hex CD 2E A2 0 4E 15 14 13C 3F 31
Octal 315 56 242 0 116 25 24 474 77 61
Binary 11001101 101110 10100010 0 1001110 10101 10100 100111100 111111 110001

Color Harmonies of #CD2EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2EA2

Black with #CD2EA2

Text Example


Text Example

White with #CD2EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2EA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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