#CC3A8E

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

Shades of Deep Cerise #CC3A8E

Tints of Deep Cerise #CC3A8E

Color information

#CC3A8E (or 0xCC3A8E) is unknown color: approx Deep Cerise. HEX triplet: CC, 3A and 8E. RGB value is (204,58,142). Sum of RGB (Red+Green+Blue) = 204+58+142=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 58 (23.05% from 255 or 14.36% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3A8E is #33C571. Grayscale: #6F6F6F. Windows color (decimal): -3392882 or 9321164. OLE color: 9321164.

HSL color Cylindrical-coordinate representation of color #CC3A8E: hue angle of 325.48º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC3A8E is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB20458142-
CMYK00.720.300.2
HSL325.48º58.87%51.37%-
HSV(B)325.48º71.57%80%-
XYZ31.317.8227.38-
YUV111.23145.37194.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.50%
GREEN value IS 58 (23.05% from 255) = 14.36%
BLUE value IS 142 (55.86% from 255) = 35.15%
R=50.50%
G=14.36%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045814200.720.300.2325.4858.8751.37
HexCC3A8E0481E141453b33
Octal31472216011036245057363
Binary1100110011101010001110010010001111010100101000101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3A8E; }

 p { color: rgb(204,58,142); }

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

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

 a { background-color: rgb(204,58,142); }

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

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

 span { border-color: rgb(204,58,142); }

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