Html Css Color HEX #CC3371 Cerise

📋 copy color: '#CC3371'

red 204 ◦ green 51 ◦ blue 113

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

Shades of Cerise #CC3371

Tints of Cerise #CC3371

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.86%

 BLUE value IS 113 (44.53% from 255) = 30.71%

R = 55.43%
G = 13.86%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CC3371 (or 0xCC3371) is known color: Cerise. HEX triplet: CC, 33 and 71. RGB value is (204,51,113). Sum of RGB (Red+Green+Blue) = 204+51+113=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 51 (20.31% from 255 or 13.86% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3371 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3371 is #33CC8E. Grayscale: #676767. Windows color (decimal): -3394703 or 7418828. OLE color: 7418828.

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

Color convert

RGB 204 51 113 -
CMYK 0 0.75 0.45 0.2
HSL 335.69º 0.6% 0.5% -
HSV(B) 335.69º 0.75% 0.8% -
XYZ 29.07 16.4 17.26 -
YUV 103.82 133.19 199.46 -
System Red Green Blue C M Y K H S L
Decimal 204 51 113 0 0.75 0.45 0.2 335.69 0.6 0.5
Hex CC 33 71 0 4B 2D 14 150 3C 32
Octal 314 63 161 0 113 55 24 520 74 62
Binary 11001100 110011 1110001 0 1001011 101101 10100 101010000 111100 110010

Color Harmonies of #CC3371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3371

Black with #CC3371

Text Example


Text Example

White with #CC3371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3371; }

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

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

background-color css

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

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

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

border-color css

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

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

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