#CC298D

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

Shades of Deep Cerise #CC298D

Tints of Deep Cerise #CC298D

Color information

#CC298D (or 0xCC298D) is unknown color: approx Deep Cerise. HEX triplet: CC, 29 and 8D. RGB value is (204,41,141). Sum of RGB (Red+Green+Blue) = 204+41+141=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 41 (16.41% from 255 or 10.62% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CC298D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC298D is #33D672. Grayscale: #646464. Windows color (decimal): -3397235 or 9251276. OLE color: 9251276.

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

Color convert

RGB20441141-
CMYK00.800.310.2
HSL323.19º66.53%48.04%-
HSV(B)323.19º79.9%80%-
XYZ30.516.3526.75-
YUV101.14150.5201.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.85%
GREEN value IS 41 (16.41% from 255) = 10.62%
BLUE value IS 141 (55.47% from 255) = 36.53%
R=52.85%
G=10.62%
B=36.53%

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
Decimal2044114100.800.310.2323.1966.5348.04
HexCC298D0501F141434330
Octal314512150120372450310360
Binary11001100101001100011010101000011111101001010000111000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC298D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC298D; }

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

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

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

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

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

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

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

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