#CC298A

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

Shades of Deep Cerise #CC298A

Tints of Deep Cerise #CC298A

Color information

#CC298A (or 0xCC298A) is unknown color: approx Deep Cerise. HEX triplet: CC, 29 and 8A. RGB value is (204,41,138). Sum of RGB (Red+Green+Blue) = 204+41+138=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 41 (16.41% from 255 or 10.70% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC298A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC298A is #33D675. Grayscale: #646464. Windows color (decimal): -3397238 or 9054668. OLE color: 9054668.

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

Color convert

RGB20441138-
CMYK00.800.320.2
HSL324.29º66.53%48.04%-
HSV(B)324.29º79.9%80%-
XYZ30.2816.2625.59-
YUV100.79149201.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.26%
GREEN value IS 41 (16.41% from 255) = 10.70%
BLUE value IS 138 (54.30% from 255) = 36.03%
R=53.26%
G=10.70%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2044113800.800.320.2324.2966.5348.04
HexCC298A05020141444330
Octal314512120120402450410360
Binary110011001010011000101001010000100000101001010001001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC298A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC298A; }

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

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

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

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

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

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

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

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