#CC3362

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

Shades of Cerise #CC3362

Tints of Cerise #CC3362

Color information

#CC3362 (or 0xCC3362) is unknown color: approx Cerise. HEX triplet: CC, 33 and 62. RGB value is (204,51,98). Sum of RGB (Red+Green+Blue) = 204+51+98=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 51 (20.31% from 255 or 14.45% from 353); Blue value is 98 (38.67% from 255 or 27.76% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3362 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3362 is #33CC9D. Grayscale: #666666. Windows color (decimal): -3394718 or 6435788. OLE color: 6435788.

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

Color convert

RGB2045198-
CMYK00.750.520.2
HSL341.57º60%50%-
HSV(B)341.57º75%80%-
XYZ28.2916.0913.17-
YUV102.1125.69200.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 57.79%
GREEN value IS 51 (20.31% from 255) = 14.45%
BLUE value IS 98 (38.67% from 255) = 27.76%
R=57.79%
G=14.45%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204519800.750.520.2341.576050
HexCC336204B34141563c32
Octal31463142011364245267462
Binary1100110011001111000100100101111010010100101010110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3362; }

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

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

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

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

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

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

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

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