Html Css Color HEX #CD31A8 Deep Cerise

📋 copy color: '#CD31A8'

red 205 ◦ green 49 ◦ blue 168

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

Shades of Deep Cerise #CD31A8

Tints of Deep Cerise #CD31A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 39.81%

R = 48.58%
G = 11.61%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.18

 K value IS 0.20

RGB Variations

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

Color information

#CD31A8 (or 0xCD31A8) is known color: Deep Cerise. HEX triplet: CD, 31 and A8. RGB value is (205,49,168). Sum of RGB (Red+Green+Blue) = 205+49+168=422 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.58% from 422); Green value is 49 (19.53% from 255 or 11.61% from 422); Blue value is 168 (66.02% from 255 or 39.81% from 422); Max value from RGB is 205 - color contains mainly: red. Hex color #CD31A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD31A8 is #32CE57. Grayscale: #6C6C6C. Windows color (decimal): -3329624 or 11022797. OLE color: 11022797.

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

Color convert

RGB 205 49 168 -
CMYK 0 0.76 0.18 0.20
HSL 314.23º 0.61% 0.5% -
HSV(B) 314.23º 0.76% 0.8% -
XYZ 33.34 18 38.76 -
YUV 109.21 161.18 196.32 -
System Red Green Blue C M Y K H S L
Decimal 205 49 168 0 0.76 0.18 0.20 314.23 0.61 0.5
Hex CD 31 A8 0 4C 12 14 13A 3D 32
Octal 315 61 250 0 114 22 24 472 75 62
Binary 11001101 110001 10101000 0 1001100 10010 10100 100111010 111101 110010

Color Harmonies of #CD31A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD31A8

Black with #CD31A8

Text Example


Text Example

White with #CD31A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD31A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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