Html Css Color HEX #CC2771 Cerise

📋 copy color: '#CC2771'

red 204 ◦ green 39 ◦ blue 113

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

Shades of Cerise #CC2771

Tints of Cerise #CC2771

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.96%

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

R = 57.3%
G = 10.96%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CC2771 (or 0xCC2771) is known color: Cerise. HEX triplet: CC, 27 and 71. RGB value is (204,39,113). Sum of RGB (Red+Green+Blue) = 204+39+113=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 39 (15.62% from 255 or 10.96% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2771 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2771 is #33D88E. Grayscale: #606060. Windows color (decimal): -3397775 or 7415756. OLE color: 7415756.

HSL color Cylindrical-coordinate representation of color #CC2771: hue angle of 333.09º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2771 is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 39 113 -
CMYK 0 0.81 0.45 0.2
HSL 333.09º 0.68% 0.48% -
HSV(B) 333.09º 0.81% 0.8% -
XYZ 28.61 15.48 17.1 -
YUV 96.77 137.16 204.48 -
System Red Green Blue C M Y K H S L
Decimal 204 39 113 0 0.81 0.45 0.2 333.09 0.68 0.48
Hex CC 27 71 0 51 2D 14 14D 44 30
Octal 314 47 161 0 121 55 24 515 104 60
Binary 11001100 100111 1110001 0 1010001 101101 10100 101001101 1000100 110000

Color Harmonies of #CC2771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2771

Black with #CC2771

Text Example


Text Example

White with #CC2771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2771; }

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

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

background-color css

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

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

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

border-color css

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

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

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