#CD3490

Color #CD3490 Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #CD3490

Tints of Deep Cerise #CD3490

Color information

#CD3490 (or 0xCD3490) is unknown color: approx 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

RGB20552144-
CMYK00.750.300.20
HSL323.92º60.47%50.39%-
HSV(B)323.92º74.63%80.39%-
XYZ31.4417.4528.1-
YUV108.23148.19197.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.12%
GREEN value IS 52 (20.70% 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 (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055214400.750.300.20323.9260.4750.39
HexCD349004B1E141443c32
Octal31564220011336245047462
Binary1100110111010010010000010010111111010100101000100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>