Html Css Color HEX #C01497 Medium Violet Red

📋 copy color: '#C01497'

red 192 ◦ green 20 ◦ blue 151

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

Shades of Medium Violet Red #C01497

Tints of Medium Violet Red #C01497

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.51%

 BLUE value IS 151 (59.38% from 255) = 41.6%

R = 52.89%
G = 5.51%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#C01497 (or 0xC01497) is known color: Medium Violet Red. HEX triplet: C0, 14 and 97. RGB value is (192,20,151). Sum of RGB (Red+Green+Blue) = 192+20+151=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 151 (59.38% from 255 or 41.60% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C01497 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01497 is #3FEB68. Grayscale: #565656. Windows color (decimal): -4189033 or 9901248. OLE color: 9901248.

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

Color convert

RGB 192 20 151 -
CMYK 0 0.90 0.21 0.25
HSL 314.3º 0.81% 0.42% -
HSV(B) 314.3º 0.9% 0.75% -
XYZ 27.57 13.94 30.52 -
YUV 86.36 164.48 203.35 -
System Red Green Blue C M Y K H S L
Decimal 192 20 151 0 0.90 0.21 0.25 314.3 0.81 0.42
Hex C0 14 97 0 5A 15 19 13A 51 2A
Octal 300 24 227 0 132 25 31 472 121 52
Binary 11000000 10100 10010111 0 1011010 10101 11001 100111010 1010001 101010

Color Harmonies of #C01497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01497

Black with #C01497

Text Example


Text Example

White with #C01497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01497; }

 p { color: rgb(192,20,151); }

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

background-color css

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

 a { background-color: rgb(192,20,151); }

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

border-color css

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

 span { border-color: rgb(192,20,151); }

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