Html Css Color HEX #CC3271 Cerise

📋 copy color: '#CC3271'

red 204 ◦ green 50 ◦ blue 113

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

Shades of Cerise #CC3271

Tints of Cerise #CC3271

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.62%

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

R = 55.59%
G = 13.62%
B = 30.79%

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

#CC3271 (or 0xCC3271) is known color: Cerise. HEX triplet: CC, 32 and 71. RGB value is (204,50,113). Sum of RGB (Red+Green+Blue) = 204+50+113=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 50 (19.92% from 255 or 13.62% from 367); Blue value is 113 (44.53% from 255 or 30.79% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3271 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3271 is #33CD8E. Grayscale: #676767. Windows color (decimal): -3394959 or 7418572. OLE color: 7418572.

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

Color convert

RGB 204 50 113 -
CMYK 0 0.75 0.45 0.2
HSL 335.45º 0.61% 0.5% -
HSV(B) 335.45º 0.75% 0.8% -
XYZ 29.02 16.31 17.24 -
YUV 103.23 133.52 199.88 -
System Red Green Blue C M Y K H S L
Decimal 204 50 113 0 0.75 0.45 0.2 335.45 0.61 0.5
Hex CC 32 71 0 4B 2D 14 14F 3D 32
Octal 314 62 161 0 113 55 24 517 75 62
Binary 11001100 110010 1110001 0 1001011 101101 10100 101001111 111101 110010

Color Harmonies of #CC3271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3271

Black with #CC3271

Text Example


Text Example

White with #CC3271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3271; }

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

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

background-color css

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

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

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

border-color css

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

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

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