Html Css Color HEX #C01079 Medium Violet Red

📋 copy color: '#C01079'

red 192 ◦ green 16 ◦ blue 121

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

Shades of Medium Violet Red #C01079

Tints of Medium Violet Red #C01079

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.86%

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

R = 58.36%
G = 4.86%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#C01079 (or 0xC01079) is known color: Medium Violet Red. HEX triplet: C0, 10 and 79. RGB value is (192,16,121). Sum of RGB (Red+Green+Blue) = 192+16+121=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 16 (6.64% from 255 or 4.86% from 329); Blue value is 121 (47.66% from 255 or 36.78% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C01079 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01079 is #3FEF86. Grayscale: #505050. Windows color (decimal): -4190087 or 7934144. OLE color: 7934144.

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

Color convert

RGB 192 16 121 -
CMYK 0 0.92 0.37 0.25
HSL 324.2º 0.85% 0.41% -
HSV(B) 324.2º 0.92% 0.75% -
XYZ 25.37 12.96 19.25 -
YUV 80.59 150.81 207.46 -
System Red Green Blue C M Y K H S L
Decimal 192 16 121 0 0.92 0.37 0.25 324.2 0.85 0.41
Hex C0 10 79 0 5C 25 19 144 55 29
Octal 300 20 171 0 134 45 31 504 125 51
Binary 11000000 10000 1111001 0 1011100 100101 11001 101000100 1010101 101001

Color Harmonies of #C01079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01079

Black with #C01079

Text Example


Text Example

White with #C01079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01079; }

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

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

background-color css

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

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

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

border-color css

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

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

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