#CC298C

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

Shades of Deep Cerise #CC298C

Tints of Deep Cerise #CC298C

Color information

#CC298C (or 0xCC298C) is unknown color: approx Deep Cerise. HEX triplet: CC, 29 and 8C. RGB value is (204,41,140). Sum of RGB (Red+Green+Blue) = 204+41+140=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 41 (16.41% from 255 or 10.65% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC298C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC298C is #33D673. Grayscale: #646464. Windows color (decimal): -3397236 or 9185740. OLE color: 9185740.

HSL color Cylindrical-coordinate representation of color #CC298C: hue angle of 323.56º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC298C is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB20441140-
CMYK00.800.310.2
HSL323.56º66.53%48.04%-
HSV(B)323.56º79.9%80%-
XYZ30.4316.3226.36-
YUV101.02150201.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.99%
GREEN value IS 41 (16.41% from 255) = 10.65%
BLUE value IS 140 (55.08% from 255) = 36.36%
R=52.99%
G=10.65%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2044114000.800.310.2323.5666.5348.04
HexCC298C0501F141444330
Octal314512140120372450410360
Binary11001100101001100011000101000011111101001010001001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC298C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC298C; }

 p { color: rgb(204,41,140); }

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

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

 a { background-color: rgb(204,41,140); }

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

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

 span { border-color: rgb(204,41,140); }

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