#CC338A

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

Shades of Deep Cerise #CC338A

Tints of Deep Cerise #CC338A

Color information

#CC338A (or 0xCC338A) is unknown color: approx Deep Cerise. HEX triplet: CC, 33 and 8A. RGB value is (204,51,138). Sum of RGB (Red+Green+Blue) = 204+51+138=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 51 (20.31% from 255 or 12.98% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC338A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC338A is #33CC75. Grayscale: #6A6A6A. Windows color (decimal): -3394678 or 9057228. OLE color: 9057228.

HSL color Cylindrical-coordinate representation of color #CC338A: hue angle of 325.88º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC338A is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB20451138-
CMYK00.750.320.2
HSL325.88º60%50%-
HSV(B)325.88º75%80%-
XYZ30.6717.0425.72-
YUV106.66145.69197.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.91%
GREEN value IS 51 (20.31% from 255) = 12.98%
BLUE value IS 138 (54.30% from 255) = 35.11%
R=51.91%
G=12.98%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045113800.750.320.2325.886050
HexCC338A04B20141463c32
Octal31463212011340245067462
Binary11001100110011100010100100101110000010100101000110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC338A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC338A; }

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

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

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

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

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

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

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

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