Html Css Color HEX #C01072 Medium Violet Red

📋 copy color: '#C01072'

red 192 ◦ green 16 ◦ blue 114

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

Shades of Medium Violet Red #C01072

Tints of Medium Violet Red #C01072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 35.4%

R = 59.63%
G = 4.97%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C01072 (or 0xC01072) is known color: Medium Violet Red. HEX triplet: C0, 10 and 72. RGB value is (192,16,114). Sum of RGB (Red+Green+Blue) = 192+16+114=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 16 (6.64% from 255 or 4.97% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C01072 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01072 is #3FEF8D. Grayscale: #4F4F4F. Windows color (decimal): -4190094 or 7475392. OLE color: 7475392.

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

Color convert

RGB 192 16 114 -
CMYK 0 0.92 0.41 0.25
HSL 326.59º 0.85% 0.41% -
HSV(B) 326.59º 0.92% 0.75% -
XYZ 24.96 12.79 17.07 -
YUV 79.8 147.31 208.03 -
System Red Green Blue C M Y K H S L
Decimal 192 16 114 0 0.92 0.41 0.25 326.59 0.85 0.41
Hex C0 10 72 0 5C 29 19 147 55 29
Octal 300 20 162 0 134 51 31 507 125 51
Binary 11000000 10000 1110010 0 1011100 101001 11001 101000111 1010101 101001

Color Harmonies of #C01072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01072

Black with #C01072

Text Example


Text Example

White with #C01072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01072; }

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

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

background-color css

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

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

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

border-color css

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

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

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