Html Css Color HEX #CD3990 Deep Cerise

📋 copy color: '#CD3990'

red 205 ◦ green 57 ◦ blue 144

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

Shades of Deep Cerise #CD3990

Tints of Deep Cerise #CD3990

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.04%

 BLUE value IS 144 (56.64% from 255) = 35.47%

R = 50.49%
G = 14.04%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CD3990 (or 0xCD3990) is known color: Deep Cerise. HEX triplet: CD, 39 and 90. RGB value is (205,57,144). Sum of RGB (Red+Green+Blue) = 205+57+144=406 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.49% from 406); Green value is 57 (22.66% from 255 or 14.04% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD3990 is #32C66F. Grayscale: #6E6E6E. Windows color (decimal): -3327600 or 9451981. OLE color: 9451981.

HSL color Cylindrical-coordinate representation of color #CD3990: hue angle of 324.73º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CD3990 is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 57 144 -
CMYK 0 0.72 0.30 0.20
HSL 324.73º 0.6% 0.51% -
HSV(B) 324.73º 0.72% 0.8% -
XYZ 31.67 17.92 28.17 -
YUV 111.17 146.53 194.93 -
System Red Green Blue C M Y K H S L
Decimal 205 57 144 0 0.72 0.30 0.20 324.73 0.6 0.51
Hex CD 39 90 0 48 1E 14 145 3C 33
Octal 315 71 220 0 110 36 24 505 74 63
Binary 11001101 111001 10010000 0 1001000 11110 10100 101000101 111100 110011

Color Harmonies of #CD3990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3990

Black with #CD3990

Text Example


Text Example

White with #CD3990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3990; }

 p { color: rgb(205,57,144); }

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

background-color css

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

 a { background-color: rgb(205,57,144); }

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

border-color css

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

 span { border-color: rgb(205,57,144); }

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