#CD3280

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

Shades of Deep Cerise #CD3280

Tints of Deep Cerise #CD3280

Color information

#CD3280 (or 0xCD3280) is unknown color: approx Deep Cerise. HEX triplet: CD, 32 and 80. RGB value is (205,50,128). Sum of RGB (Red+Green+Blue) = 205+50+128=383 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.52% from 383); Green value is 50 (19.92% from 255 or 13.05% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3280 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD3280 is #32CD7F. Grayscale: #696969. Windows color (decimal): -3329408 or 8401613. OLE color: 8401613.

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

Color convert

RGB20550128-
CMYK00.760.380.20
HSL329.81º60.78%50%-
HSV(B)329.81º75.61%80.39%-
XYZ30.2116.8222.08-
YUV105.24140.85199.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 53.52%
GREEN value IS 50 (19.92% from 255) = 13.05%
BLUE value IS 128 (50.39% from 255) = 33.42%
R=53.52%
G=13.05%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055012800.760.380.20329.8160.7850
HexCD328004C261414a3d32
Octal31562200011446245127562
Binary11001101110010100000000100110010011010100101001010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3280; }

 p { color: rgb(205,50,128); }

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

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

 a { background-color: rgb(205,50,128); }

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

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

 span { border-color: rgb(205,50,128); }

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