Html Css Color HEX #CC0779 Medium Violet Red

📋 copy color: '#CC0779'

red 204 ◦ green 7 ◦ blue 121

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

Shades of Medium Violet Red #CC0779

Tints of Medium Violet Red #CC0779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 36.45%

R = 61.45%
G = 2.11%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CC0779 (or 0xCC0779) is known color: Medium Violet Red. HEX triplet: CC, 07 and 79. RGB value is (204,7,121). Sum of RGB (Red+Green+Blue) = 204+7+121=332 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.45% from 332); Green value is 7 (3.12% from 255 or 2.11% from 332); Blue value is 121 (47.66% from 255 or 36.45% from 332); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0779 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0779 is #33F886. Grayscale: #4E4E4E. Windows color (decimal): -3405959 or 7931852. OLE color: 7931852.

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

Color convert

RGB 204 7 121 -
CMYK 0 0.97 0.41 0.2
HSL 325.28º 0.93% 0.41% -
HSV(B) 325.28º 0.97% 0.8% -
XYZ 28.43 14.37 19.36 -
YUV 78.9 151.77 217.23 -
System Red Green Blue C M Y K H S L
Decimal 204 7 121 0 0.97 0.41 0.2 325.28 0.93 0.41
Hex CC 7 79 0 61 29 14 145 5D 29
Octal 314 7 171 0 141 51 24 505 135 51
Binary 11001100 111 1111001 0 1100001 101001 10100 101000101 1011101 101001

Color Harmonies of #CC0779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0779

Black with #CC0779

Text Example


Text Example

White with #CC0779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0779; }

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

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

background-color css

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

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

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

border-color css

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

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

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