#CC3298

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

Shades of Deep Cerise #CC3298

Tints of Deep Cerise #CC3298

Color information

#CC3298 (or 0xCC3298) is unknown color: approx Deep Cerise. HEX triplet: CC, 32 and 98. RGB value is (204,50,152). Sum of RGB (Red+Green+Blue) = 204+50+152=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 50 (19.92% from 255 or 12.32% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3298 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3298 is #33CD67. Grayscale: #6B6B6B. Windows color (decimal): -3394920 or 9974476. OLE color: 9974476.

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

Color convert

RGB20450152-
CMYK00.750.250.2
HSL320.26º60.63%49.8%-
HSV(B)320.26º75.49%80%-
XYZ31.7117.3931.39-
YUV107.67153.02196.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.25%
GREEN value IS 50 (19.92% from 255) = 12.32%
BLUE value IS 152 (59.77% from 255) = 37.44%
R=50.25%
G=12.32%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045015200.750.250.2320.2660.6349.8
HexCC329804B19141403d32
Octal31462230011331245007562
Binary1100110011001010011000010010111100110100101000000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3298; }

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

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

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

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

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

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

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

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