Html Css Color HEX #C01073 Medium Violet Red

📋 copy color: '#C01073'

red 192 ◦ green 16 ◦ blue 115

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

Shades of Medium Violet Red #C01073

Tints of Medium Violet Red #C01073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 35.6%

R = 59.44%
G = 4.95%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C01073 (or 0xC01073) is known color: Medium Violet Red. HEX triplet: C0, 10 and 73. RGB value is (192,16,115). Sum of RGB (Red+Green+Blue) = 192+16+115=323 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.44% from 323); Green value is 16 (6.64% from 255 or 4.95% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 192 - color contains mainly: red. Hex color #C01073 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01073 is #3FEF8C. Grayscale: #4F4F4F. Windows color (decimal): -4190093 or 7540928. OLE color: 7540928.

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

Color convert

RGB 192 16 115 -
CMYK 0 0.92 0.40 0.25
HSL 326.25º 0.85% 0.41% -
HSV(B) 326.25º 0.92% 0.75% -
XYZ 25.02 12.81 17.37 -
YUV 79.91 147.81 207.95 -
System Red Green Blue C M Y K H S L
Decimal 192 16 115 0 0.92 0.40 0.25 326.25 0.85 0.41
Hex C0 10 73 0 5C 28 19 146 55 29
Octal 300 20 163 0 134 50 31 506 125 51
Binary 11000000 10000 1110011 0 1011100 101000 11001 101000110 1010101 101001

Color Harmonies of #C01073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01073

Black with #C01073

Text Example


Text Example

White with #C01073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01073; }

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

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

background-color css

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

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

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

border-color css

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

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

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