Html Css Color HEX #CC0771 Medium Violet Red

📋 copy color: '#CC0771'

red 204 ◦ green 7 ◦ blue 113

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

Shades of Medium Violet Red #CC0771

Tints of Medium Violet Red #CC0771

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.16%

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

R = 62.96%
G = 2.16%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CC0771 (or 0xCC0771) is known color: Medium Violet Red. HEX triplet: CC, 07 and 71. RGB value is (204,7,113). Sum of RGB (Red+Green+Blue) = 204+7+113=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 7 (3.12% from 255 or 2.16% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0771 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0771 is #33F88E. Grayscale: #4D4D4D. Windows color (decimal): -3405967 or 7407564. OLE color: 7407564.

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

Color convert

RGB 204 7 113 -
CMYK 0 0.97 0.45 0.2
HSL 327.72º 0.93% 0.41% -
HSV(B) 327.72º 0.97% 0.8% -
XYZ 27.96 14.18 16.89 -
YUV 77.99 147.77 217.88 -
System Red Green Blue C M Y K H S L
Decimal 204 7 113 0 0.97 0.45 0.2 327.72 0.93 0.41
Hex CC 7 71 0 61 2D 14 148 5D 29
Octal 314 7 161 0 141 55 24 510 135 51
Binary 11001100 111 1110001 0 1100001 101101 10100 101001000 1011101 101001

Color Harmonies of #CC0771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0771

Black with #CC0771

Text Example


Text Example

White with #CC0771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0771; }

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

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

background-color css

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

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

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

border-color css

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

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

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