Html Css Color HEX #C01397 Medium Violet Red

📋 copy color: '#C01397'

red 192 ◦ green 19 ◦ blue 151

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

Shades of Medium Violet Red #C01397

Tints of Medium Violet Red #C01397

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.25%

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

R = 53.04%
G = 5.25%
B = 41.71%

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

#C01397 (or 0xC01397) is known color: Medium Violet Red. HEX triplet: C0, 13 and 97. RGB value is (192,19,151). Sum of RGB (Red+Green+Blue) = 192+19+151=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 19 (7.81% from 255 or 5.25% from 362); Blue value is 151 (59.38% from 255 or 41.71% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C01397 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01397 is #3FEC68. Grayscale: #555555. Windows color (decimal): -4189289 or 9900992. OLE color: 9900992.

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

Color convert

RGB 192 19 151 -
CMYK 0 0.90 0.21 0.25
HSL 314.22º 0.82% 0.41% -
HSV(B) 314.22º 0.9% 0.75% -
XYZ 27.56 13.91 30.51 -
YUV 85.78 164.81 203.77 -
System Red Green Blue C M Y K H S L
Decimal 192 19 151 0 0.90 0.21 0.25 314.22 0.82 0.41
Hex C0 13 97 0 5A 15 19 13A 52 29
Octal 300 23 227 0 132 25 31 472 122 51
Binary 11000000 10011 10010111 0 1011010 10101 11001 100111010 1010010 101001

Color Harmonies of #C01397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01397

Black with #C01397

Text Example


Text Example

White with #C01397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01397; }

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

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

background-color css

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

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

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

border-color css

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

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

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