Html Css Color HEX #C01099 Medium Violet Red

📋 copy color: '#C01099'

red 192 ◦ green 16 ◦ blue 153

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

Shades of Medium Violet Red #C01099

Tints of Medium Violet Red #C01099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 42.38%

R = 53.19%
G = 4.43%
B = 42.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#C01099 (or 0xC01099) is known color: Medium Violet Red. HEX triplet: C0, 10 and 99. RGB value is (192,16,153). Sum of RGB (Red+Green+Blue) = 192+16+153=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 16 (6.64% from 255 or 4.43% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C01099 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01099 is #3FEF66. Grayscale: #535353. Windows color (decimal): -4190055 or 10031296. OLE color: 10031296.

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

Color convert

RGB 192 16 153 -
CMYK 0 0.92 0.20 0.25
HSL 313.3º 0.85% 0.41% -
HSV(B) 313.3º 0.92% 0.75% -
XYZ 27.67 13.88 31.36 -
YUV 84.24 166.81 204.86 -
System Red Green Blue C M Y K H S L
Decimal 192 16 153 0 0.92 0.20 0.25 313.3 0.85 0.41
Hex C0 10 99 0 5C 14 19 139 55 29
Octal 300 20 231 0 134 24 31 471 125 51
Binary 11000000 10000 10011001 0 1011100 10100 11001 100111001 1010101 101001

Color Harmonies of #C01099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01099

Black with #C01099

Text Example


Text Example

White with #C01099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01099; }

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

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

background-color css

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

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

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

border-color css

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

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

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