Html Css Color HEX #CD3490 Deep Cerise

📋 copy color: '#CD3490'

red 205 ◦ green 52 ◦ blue 144

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

Shades of Deep Cerise #CD3490

Tints of Deep Cerise #CD3490

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.97%

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

R = 51.12%
G = 12.97%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CD3490 (or 0xCD3490) is known color: Deep Cerise. HEX triplet: CD, 34 and 90. RGB value is (205,52,144). Sum of RGB (Red+Green+Blue) = 205+52+144=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 52 (20.70% from 255 or 12.97% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD3490 is #32CB6F. Grayscale: #6C6C6C. Windows color (decimal): -3328880 or 9450701. OLE color: 9450701.

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

Color convert

RGB 205 52 144 -
CMYK 0 0.75 0.30 0.20
HSL 323.92º 0.6% 0.5% -
HSV(B) 323.92º 0.75% 0.8% -
XYZ 31.44 17.45 28.1 -
YUV 108.24 148.19 197.02 -
System Red Green Blue C M Y K H S L
Decimal 205 52 144 0 0.75 0.30 0.20 323.92 0.6 0.5
Hex CD 34 90 0 4B 1E 14 144 3C 32
Octal 315 64 220 0 113 36 24 504 74 62
Binary 11001101 110100 10010000 0 1001011 11110 10100 101000100 111100 110010

Color Harmonies of #CD3490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3490

Black with #CD3490

Text Example


Text Example

White with #CD3490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3490; }

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

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

background-color css

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

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

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

border-color css

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

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

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