#CC3394

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

Shades of Deep Cerise #CC3394

Tints of Deep Cerise #CC3394

Color information

#CC3394 (or 0xCC3394) is unknown color: approx Deep Cerise. HEX triplet: CC, 33 and 94. RGB value is (204,51,148). Sum of RGB (Red+Green+Blue) = 204+51+148=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 51 (20.31% from 255 or 12.66% from 403); Blue value is 148 (58.20% from 255 or 36.72% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3394 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3394 is #33CC6B. Grayscale: #6B6B6B. Windows color (decimal): -3394668 or 9712588. OLE color: 9712588.

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

Color convert

RGB20451148-
CMYK00.750.270.2
HSL321.96º60%50%-
HSV(B)321.96º75%80%-
XYZ31.4317.3429.71-
YUV107.8150.69196.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.62%
GREEN value IS 51 (20.31% from 255) = 12.66%
BLUE value IS 148 (58.20% from 255) = 36.72%
R=50.62%
G=12.66%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045114800.750.270.2321.966050
HexCC339404B1B141423c32
Octal31463224011333245027462
Binary1100110011001110010100010010111101110100101000010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3394; }

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

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

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

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

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

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

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

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