Html Css Color HEX #CC3161 Cerise

📋 copy color: '#CC3161'

red 204 ◦ green 49 ◦ blue 97

#CC3161
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerise #CC3161

Tints of Cerise #CC3161

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 value IS 0

 M value IS 0.76

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CC3161 (or 0xCC3161) is known color: 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

RGB 204 49 97 -
CMYK 0 0.76 0.52 0.2
HSL 341.42º 0.61% 0.5% -
HSV(B) 341.42º 0.76% 0.8% -
XYZ 28.16 15.9 12.89 -
YUV 100.82 125.85 201.6 -
System Red Green Blue C M Y K H S L
Decimal 204 49 97 0 0.76 0.52 0.2 341.42 0.61 0.5
Hex CC 31 61 0 4C 34 14 155 3D 32
Octal 314 61 141 0 114 64 24 525 75 62
Binary 11001100 110001 1100001 0 1001100 110100 10100 101010101 111101 110010

Color Harmonies of #CC3161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3161

Black with #CC3161

Text Example


Text Example

White with #CC3161

Text Example


Text Example

HTML Codes & Css Web 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>