Html Css Color HEX #C01373 Medium Violet Red

📋 copy color: '#C01373'

red 192 ◦ green 19 ◦ blue 115

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

Shades of Medium Violet Red #C01373

Tints of Medium Violet Red #C01373

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.83%

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

R = 58.9%
G = 5.83%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C01373 (or 0xC01373) is known color: Medium Violet Red. HEX triplet: C0, 13 and 73. RGB value is (192,19,115). Sum of RGB (Red+Green+Blue) = 192+19+115=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 19 (7.81% from 255 or 5.83% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C01373 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01373 is #3FEC8C. Grayscale: #515151. Windows color (decimal): -4189325 or 7541696. OLE color: 7541696.

HSL color Cylindrical-coordinate representation of color #C01373: hue angle of 326.71º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01373 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 19 115 -
CMYK 0 0.90 0.40 0.25
HSL 326.71º 0.82% 0.41% -
HSV(B) 326.71º 0.9% 0.75% -
XYZ 25.07 12.91 17.39 -
YUV 81.67 146.81 206.69 -
System Red Green Blue C M Y K H S L
Decimal 192 19 115 0 0.90 0.40 0.25 326.71 0.82 0.41
Hex C0 13 73 0 5A 28 19 147 52 29
Octal 300 23 163 0 132 50 31 507 122 51
Binary 11000000 10011 1110011 0 1011010 101000 11001 101000111 1010010 101001

Color Harmonies of #C01373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01373

Black with #C01373

Text Example


Text Example

White with #C01373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01373; }

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

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

background-color css

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

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

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

border-color css

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

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

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