Html Css Color HEX #C01071 Medium Violet Red

📋 copy color: '#C01071'

red 192 ◦ green 16 ◦ blue 113

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

Shades of Medium Violet Red #C01071

Tints of Medium Violet Red #C01071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 35.2%

R = 59.81%
G = 4.98%
B = 35.2%

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

#C01071 (or 0xC01071) is known color: Medium Violet Red. HEX triplet: C0, 10 and 71. RGB value is (192,16,113). Sum of RGB (Red+Green+Blue) = 192+16+113=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 113 (44.53% from 255 or 35.20% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C01071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01071 is #3FEF8E. Grayscale: #4F4F4F. Windows color (decimal): -4190095 or 7409856. OLE color: 7409856.

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

Color convert

RGB 192 16 113 -
CMYK 0 0.92 0.41 0.25
HSL 326.93º 0.85% 0.41% -
HSV(B) 326.93º 0.92% 0.75% -
XYZ 24.9 12.77 16.77 -
YUV 79.68 146.81 208.11 -
System Red Green Blue C M Y K H S L
Decimal 192 16 113 0 0.92 0.41 0.25 326.93 0.85 0.41
Hex C0 10 71 0 5C 29 19 147 55 29
Octal 300 20 161 0 134 51 31 507 125 51
Binary 11000000 10000 1110001 0 1011100 101001 11001 101000111 1010101 101001

Color Harmonies of #C01071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01071

Black with #C01071

Text Example


Text Example

White with #C01071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01071; }

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

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

background-color css

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

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

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

border-color css

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

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

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