Html Css Color HEX #C00079 Medium Violet Red

📋 copy color: '#C00079'

red 192 ◦ green 0 ◦ blue 121

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

Shades of Medium Violet Red #C00079

Tints of Medium Violet Red #C00079

RGB

 RED value IS 192 (75.39% from 255) = 61.34%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 61.34%
G = 0%
B = 38.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#C00079 (or 0xC00079) is known color: Medium Violet Red. HEX triplet: C0, 00 and 79. RGB value is (192,0,121). Sum of RGB (Red+Green+Blue) = 192+0+121=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 121 (47.66% from 255 or 38.66% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C00079 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00079 is #3FFF86. Grayscale: #464646. Windows color (decimal): -4194183 or 7930048. OLE color: 7930048.

HSL color Cylindrical-coordinate representation of color #C00079: hue angle of 322.19º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C00079 is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 0 121 -
CMYK 0 1 0.37 0.25
HSL 322.19º 1% 0.38% -
HSV(B) 322.19º 1% 0.75% -
XYZ 25.19 12.59 19.19 -
YUV 71.2 156.11 214.16 -
System Red Green Blue C M Y K H S L
Decimal 192 0 121 0 1 0.37 0.25 322.19 1 0.38
Hex C0 0 79 0 64 25 19 142 64 26
Octal 300 0 171 0 144 45 31 502 144 46
Binary 11000000 0 1111001 0 1100100 100101 11001 101000010 1100100 100110

Color Harmonies of #C00079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00079

Black with #C00079

Text Example


Text Example

White with #C00079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00079; }

 p { color: rgb(192,0,121); }

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

background-color css

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

 a { background-color: rgb(192,0,121); }

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

border-color css

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

 span { border-color: rgb(192,0,121); }

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