#CC338B

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

Shades of Deep Cerise #CC338B

Tints of Deep Cerise #CC338B

Color information

#CC338B (or 0xCC338B) is unknown color: approx Deep Cerise. HEX triplet: CC, 33 and 8B. RGB value is (204,51,139). Sum of RGB (Red+Green+Blue) = 204+51+139=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 51 (20.31% from 255 or 12.94% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC338B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC338B is #33CC74. Grayscale: #6A6A6A. Windows color (decimal): -3394677 or 9122764. OLE color: 9122764.

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

Color convert

RGB20451139-
CMYK00.750.320.2
HSL325.49º60%50%-
HSV(B)325.49º75%80%-
XYZ30.7517.0726.1-
YUV106.78146.19197.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.78%
GREEN value IS 51 (20.31% from 255) = 12.94%
BLUE value IS 139 (54.69% from 255) = 35.28%
R=51.78%
G=12.94%
B=35.28%

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
Decimal2045113900.750.320.2325.496050
HexCC338B04B20141453c32
Octal31463213011340245057462
Binary11001100110011100010110100101110000010100101000101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC338B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC338B; }

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

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

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

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

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

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

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

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