#CC298B

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

Shades of Deep Cerise #CC298B

Tints of Deep Cerise #CC298B

Color information

#CC298B (or 0xCC298B) is unknown color: approx Deep Cerise. HEX triplet: CC, 29 and 8B. RGB value is (204,41,139). Sum of RGB (Red+Green+Blue) = 204+41+139=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 41 (16.41% from 255 or 10.68% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC298B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC298B is #33D674. Grayscale: #646464. Windows color (decimal): -3397237 or 9120204. OLE color: 9120204.

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

Color convert

RGB20441139-
CMYK00.800.320.2
HSL323.93º66.53%48.04%-
HSV(B)323.93º79.9%80%-
XYZ30.3516.2925.97-
YUV100.91149.5201.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.12%
GREEN value IS 41 (16.41% from 255) = 10.68%
BLUE value IS 139 (54.69% from 255) = 36.20%
R=53.12%
G=10.68%
B=36.20%

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
Decimal2044113900.800.320.2323.9366.5348.04
HexCC298B05020141444330
Octal314512130120402450410360
Binary110011001010011000101101010000100000101001010001001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC298B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC298B; }

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

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

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

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

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

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

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

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