#CC3161

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

Shades of Cerise #CC3161

Tints of Cerise #CC3161

Color information

#CC3161 (or 0xCC3161) is unknown color: approx Cerise. HEX triplet: CC, 31 and 61. RGB value is (204,49,97). Sum of RGB (Red+Green+Blue) = 204+49+97=350 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.29% from 350); Green value is 49 (19.53% from 255 or 14% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3161 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3161 is #33CE9E. Grayscale: #646464. Windows color (decimal): -3395231 or 6369740. OLE color: 6369740.

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

Color convert

RGB2044997-
CMYK00.760.520.2
HSL341.42º61.26%49.61%-
HSV(B)341.42º75.98%80%-
XYZ28.1615.912.89-
YUV100.82125.85201.6-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 58.29%
GREEN value IS 49 (19.53% from 255) = 14%
BLUE value IS 97 (38.28% from 255) = 27.71%
R=58.29%
G=14%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204499700.760.520.2341.4261.2649.61
HexCC316104C34141553d32
Octal31461141011464245257562
Binary1100110011000111000010100110011010010100101010101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3161; }

 p { color: rgb(204,49,97); }

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

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

 a { background-color: rgb(204,49,97); }

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

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

 span { border-color: rgb(204,49,97); }

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