Html Css Color HEX #CD31A0 Deep Cerise

📋 copy color: '#CD31A0'

red 205 ◦ green 49 ◦ blue 160

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

Shades of Deep Cerise #CD31A0

Tints of Deep Cerise #CD31A0

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.84%

 BLUE value IS 160 (62.89% from 255) = 38.65%

R = 49.52%
G = 11.84%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#CD31A0 (or 0xCD31A0) is known color: Deep Cerise. HEX triplet: CD, 31 and A0. RGB value is (205,49,160). Sum of RGB (Red+Green+Blue) = 205+49+160=414 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.52% from 414); Green value is 49 (19.53% from 255 or 11.84% from 414); Blue value is 160 (62.89% from 255 or 38.65% from 414); Max value from RGB is 205 - color contains mainly: red. Hex color #CD31A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD31A0 is #32CE5F. Grayscale: #6C6C6C. Windows color (decimal): -3329632 or 10498509. OLE color: 10498509.

HSL color Cylindrical-coordinate representation of color #CD31A0: hue angle of 317.31º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CD31A0 is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 49 160 -
CMYK 0 0.76 0.22 0.20
HSL 317.31º 0.61% 0.5% -
HSV(B) 317.31º 0.76% 0.8% -
XYZ 32.62 17.71 34.96 -
YUV 108.3 157.18 196.97 -
System Red Green Blue C M Y K H S L
Decimal 205 49 160 0 0.76 0.22 0.20 317.31 0.61 0.5
Hex CD 31 A0 0 4C 16 14 13D 3D 32
Octal 315 61 240 0 114 26 24 475 75 62
Binary 11001101 110001 10100000 0 1001100 10110 10100 100111101 111101 110010

Color Harmonies of #CD31A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD31A0

Black with #CD31A0

Text Example


Text Example

White with #CD31A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD31A0; }

 p { color: rgb(205,49,160); }

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

background-color css

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

 a { background-color: rgb(205,49,160); }

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

border-color css

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

 span { border-color: rgb(205,49,160); }

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