Html Css Color HEX #C01273 Medium Violet Red

📋 copy color: '#C01273'

red 192 ◦ green 18 ◦ blue 115

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

Shades of Medium Violet Red #C01273

Tints of Medium Violet Red #C01273

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.54%

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

R = 59.08%
G = 5.54%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C01273 (or 0xC01273) is known color: Medium Violet Red. HEX triplet: C0, 12 and 73. RGB value is (192,18,115). Sum of RGB (Red+Green+Blue) = 192+18+115=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C01273 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01273 is #3FED8C. Grayscale: #505050. Windows color (decimal): -4189581 or 7541440. OLE color: 7541440.

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

Color convert

RGB 192 18 115 -
CMYK 0 0.91 0.40 0.25
HSL 326.55º 0.83% 0.41% -
HSV(B) 326.55º 0.91% 0.75% -
XYZ 25.05 12.88 17.38 -
YUV 81.08 147.15 207.11 -
System Red Green Blue C M Y K H S L
Decimal 192 18 115 0 0.91 0.40 0.25 326.55 0.83 0.41
Hex C0 12 73 0 5B 28 19 147 53 29
Octal 300 22 163 0 133 50 31 507 123 51
Binary 11000000 10010 1110011 0 1011011 101000 11001 101000111 1010011 101001

Color Harmonies of #C01273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01273

Black with #C01273

Text Example


Text Example

White with #C01273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01273; }

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

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

background-color css

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

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

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

border-color css

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

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

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