Html Css Color HEX #C01797 Medium Violet Red

📋 copy color: '#C01797'

red 192 ◦ green 23 ◦ blue 151

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

Shades of Medium Violet Red #C01797

Tints of Medium Violet Red #C01797

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.28%

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

R = 52.46%
G = 6.28%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#C01797 (or 0xC01797) is known color: Medium Violet Red. HEX triplet: C0, 17 and 97. RGB value is (192,23,151). Sum of RGB (Red+Green+Blue) = 192+23+151=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 23 (9.38% from 255 or 6.28% from 366); Blue value is 151 (59.38% from 255 or 41.26% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C01797 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01797 is #3FE868. Grayscale: #575757. Windows color (decimal): -4188265 or 9902016. OLE color: 9902016.

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

Color convert

RGB 192 23 151 -
CMYK 0 0.88 0.21 0.25
HSL 314.56º 0.79% 0.42% -
HSV(B) 314.56º 0.88% 0.75% -
XYZ 27.63 14.05 30.53 -
YUV 88.12 163.49 202.09 -
System Red Green Blue C M Y K H S L
Decimal 192 23 151 0 0.88 0.21 0.25 314.56 0.79 0.42
Hex C0 17 97 0 58 15 19 13B 4F 2A
Octal 300 27 227 0 130 25 31 473 117 52
Binary 11000000 10111 10010111 0 1011000 10101 11001 100111011 1001111 101010

Color Harmonies of #C01797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01797

Black with #C01797

Text Example


Text Example

White with #C01797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01797; }

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

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

background-color css

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

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

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

border-color css

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

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

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