#CD3085

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

Shades of Deep Cerise #CD3085

Tints of Deep Cerise #CD3085

Color information

#CD3085 (or 0xCD3085) is unknown color: approx Deep Cerise. HEX triplet: CD, 30 and 85. RGB value is (205,48,133). Sum of RGB (Red+Green+Blue) = 205+48+133=386 (51% of max value = 765). Red value is 205 (80.47% from 255 or 53.11% from 386); Green value is 48 (19.14% from 255 or 12.44% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD3085 is #32CF7A. Grayscale: #686868. Windows color (decimal): -3329915 or 8728781. OLE color: 8728781.

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

Color convert

RGB20548133-
CMYK00.770.350.20
HSL327.52º62.06%49.61%-
HSV(B)327.52º76.59%80.39%-
XYZ30.4716.7923.82-
YUV104.63144.01199.59-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 53.11%
GREEN value IS 48 (19.14% from 255) = 12.44%
BLUE value IS 133 (52.34% from 255) = 34.46%
R=53.11%
G=12.44%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2054813300.770.350.20327.5262.0649.61
HexCD308504D23141483e32
Octal31560205011543245107662
Binary11001101110000100001010100110110001110100101001000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3085; }

 p { color: rgb(205,48,133); }

 H1.HeaderClassName
 {
   color: #CD3085;
 }
 .AnyTagClassName
 {
   color: #CD3085;
 }
</style>
background-color css

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

 a { background-color: rgb(205,48,133); }

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

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

 span { border-color: rgb(205,48,133); }

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