#CD339A

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

Shades of Deep Cerise #CD339A

Tints of Deep Cerise #CD339A

Color information

#CD339A (or 0xCD339A) is unknown color: approx Deep Cerise. HEX triplet: CD, 33 and 9A. RGB value is (205,51,154). Sum of RGB (Red+Green+Blue) = 205+51+154=410 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50% from 410); Green value is 51 (20.31% from 255 or 12.44% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 205 - color contains mainly: red. Hex color #CD339A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD339A is #32CC65. Grayscale: #6C6C6C. Windows color (decimal): -3329126 or 10105805. OLE color: 10105805.

HSL color Cylindrical-coordinate representation of color #CD339A: hue angle of 319.87º degrees, saturation: 0.61, 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 #CD339A is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB20551154-
CMYK00.750.250.20
HSL319.87º60.63%50.2%-
HSV(B)319.87º75.12%80.39%-
XYZ32.1917.6832.29-
YUV108.79153.52196.62-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50%
GREEN value IS 51 (20.31% from 255) = 12.44%
BLUE value IS 154 (60.55% from 255) = 37.56%
R=50%
G=12.44%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055115400.750.250.20319.8760.6350.2
HexCD339A04B19141403d32
Octal31563232011331245007562
Binary1100110111001110011010010010111100110100101000000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD339A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD339A; }

 p { color: rgb(205,51,154); }

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

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

 a { background-color: rgb(205,51,154); }

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

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

 span { border-color: rgb(205,51,154); }

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