Html Css Color HEX #C01096 Medium Violet Red

📋 copy color: '#C01096'

red 192 ◦ green 16 ◦ blue 150

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

Shades of Medium Violet Red #C01096

Tints of Medium Violet Red #C01096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 41.9%

R = 53.63%
G = 4.47%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C01096 (or 0xC01096) is known color: Medium Violet Red. HEX triplet: C0, 10 and 96. RGB value is (192,16,150). Sum of RGB (Red+Green+Blue) = 192+16+150=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 16 (6.64% from 255 or 4.47% from 358); Blue value is 150 (58.98% from 255 or 41.90% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C01096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01096 is #3FEF69. Grayscale: #535353. Windows color (decimal): -4190058 or 9834688. OLE color: 9834688.

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

Color convert

RGB 192 16 150 -
CMYK 0 0.92 0.22 0.25
HSL 314.32º 0.85% 0.41% -
HSV(B) 314.32º 0.92% 0.75% -
XYZ 27.43 13.78 30.07 -
YUV 83.9 165.31 205.1 -
System Red Green Blue C M Y K H S L
Decimal 192 16 150 0 0.92 0.22 0.25 314.32 0.85 0.41
Hex C0 10 96 0 5C 16 19 13A 55 29
Octal 300 20 226 0 134 26 31 472 125 51
Binary 11000000 10000 10010110 0 1011100 10110 11001 100111010 1010101 101001

Color Harmonies of #C01096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01096

Black with #C01096

Text Example


Text Example

White with #C01096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01096; }

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

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

background-color css

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

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

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

border-color css

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

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

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