Html Css Color HEX #C01077 Medium Violet Red

📋 copy color: '#C01077'

red 192 ◦ green 16 ◦ blue 119

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

Shades of Medium Violet Red #C01077

Tints of Medium Violet Red #C01077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 36.39%

R = 58.72%
G = 4.89%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C01077 (or 0xC01077) is known color: Medium Violet Red. HEX triplet: C0, 10 and 77. RGB value is (192,16,119). Sum of RGB (Red+Green+Blue) = 192+16+119=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 16 (6.64% from 255 or 4.89% from 327); Blue value is 119 (46.88% from 255 or 36.39% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C01077 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01077 is #3FEF88. Grayscale: #505050. Windows color (decimal): -4190089 or 7803072. OLE color: 7803072.

HSL color Cylindrical-coordinate representation of color #C01077: hue angle of 324.89º 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 #C01077 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 16 119 -
CMYK 0 0.92 0.38 0.25
HSL 324.89º 0.85% 0.41% -
HSV(B) 324.89º 0.92% 0.75% -
XYZ 25.25 12.91 18.61 -
YUV 80.37 149.81 207.62 -
System Red Green Blue C M Y K H S L
Decimal 192 16 119 0 0.92 0.38 0.25 324.89 0.85 0.41
Hex C0 10 77 0 5C 26 19 145 55 29
Octal 300 20 167 0 134 46 31 505 125 51
Binary 11000000 10000 1110111 0 1011100 100110 11001 101000101 1010101 101001

Color Harmonies of #C01077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01077

Black with #C01077

Text Example


Text Example

White with #C01077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01077; }

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

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

background-color css

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

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

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

border-color css

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

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

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