Html Css Color HEX #CC2361 Cerise

📋 copy color: '#CC2361'

red 204 ◦ green 35 ◦ blue 97

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

Shades of Cerise #CC2361

Tints of Cerise #CC2361

RGB

 RED value IS 204 (80.08% from 255) = 60.71%

 GREEN value IS 35 (14.06% from 255) = 10.42%

 BLUE value IS 97 (38.28% from 255) = 28.87%

R = 60.71%
G = 10.42%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CC2361 (or 0xCC2361) is known color: Cerise. HEX triplet: CC, 23 and 61. RGB value is (204,35,97). Sum of RGB (Red+Green+Blue) = 204+35+97=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 35 (14.06% from 255 or 10.42% from 336); Blue value is 97 (38.28% from 255 or 28.87% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2361 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2361 is #33DC9E. Grayscale: #5C5C5C. Windows color (decimal): -3398815 or 6366156. OLE color: 6366156.

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

Color convert

RGB 204 35 97 -
CMYK 0 0.83 0.52 0.2
HSL 337.99º 0.71% 0.47% -
HSV(B) 337.99º 0.83% 0.8% -
XYZ 27.66 14.9 12.73 -
YUV 92.6 130.49 207.46 -
System Red Green Blue C M Y K H S L
Decimal 204 35 97 0 0.83 0.52 0.2 337.99 0.71 0.47
Hex CC 23 61 0 53 34 14 152 47 2F
Octal 314 43 141 0 123 64 24 522 107 57
Binary 11001100 100011 1100001 0 1010011 110100 10100 101010010 1000111 101111

Color Harmonies of #CC2361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2361

Black with #CC2361

Text Example


Text Example

White with #CC2361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2361; }

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

 H1.HeaderClassName
 {
   color: #CC2361;
 }
 .AnyTagClassName
 {
   color: #CC2361;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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