#CC3392

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

Shades of Deep Cerise #CC3392

Tints of Deep Cerise #CC3392

Color information

#CC3392 (or 0xCC3392) is unknown color: approx Deep Cerise. HEX triplet: CC, 33 and 92. RGB value is (204,51,146). Sum of RGB (Red+Green+Blue) = 204+51+146=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 51 (20.31% from 255 or 12.72% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3392 is #33CC6D. Grayscale: #6B6B6B. Windows color (decimal): -3394670 or 9581516. OLE color: 9581516.

HSL color Cylindrical-coordinate representation of color #CC3392: hue angle of 322.75º 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 #CC3392 is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB20451146-
CMYK00.750.280.2
HSL322.75º60%50%-
HSV(B)322.75º75%80%-
XYZ31.2717.2828.88-
YUV107.58149.69196.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.87%
GREEN value IS 51 (20.31% from 255) = 12.72%
BLUE value IS 146 (57.42% from 255) = 36.41%
R=50.87%
G=12.72%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045114600.750.280.2322.756050
HexCC339204B1C141433c32
Octal31463222011334245037462
Binary1100110011001110010010010010111110010100101000011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3392; }

 p { color: rgb(204,51,146); }

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

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

 a { background-color: rgb(204,51,146); }

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

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

 span { border-color: rgb(204,51,146); }

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