#CC3290

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

Shades of Deep Cerise #CC3290

Tints of Deep Cerise #CC3290

Color information

#CC3290 (or 0xCC3290) is unknown color: approx Deep Cerise. HEX triplet: CC, 32 and 90. RGB value is (204,50,144). Sum of RGB (Red+Green+Blue) = 204+50+144=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 50 (19.92% from 255 or 12.56% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3290 is #33CD6F. Grayscale: #6A6A6A. Windows color (decimal): -3394928 or 9450188. OLE color: 9450188.

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

Color convert

RGB20450144-
CMYK00.750.290.2
HSL323.38º60.63%49.8%-
HSV(B)323.38º75.49%80%-
XYZ31.0817.1328.05-
YUV106.76149.02197.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.26%
GREEN value IS 50 (19.92% from 255) = 12.56%
BLUE value IS 144 (56.64% from 255) = 36.18%
R=51.26%
G=12.56%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045014400.750.290.2323.3860.6349.8
HexCC329004B1D141433d32
Octal31462220011335245037562
Binary1100110011001010010000010010111110110100101000011111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3290; }

 p { color: rgb(204,50,144); }

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

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

 a { background-color: rgb(204,50,144); }

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

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

 span { border-color: rgb(204,50,144); }

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