Html Css Color HEX #C01394 Medium Violet Red

📋 copy color: '#C01394'

red 192 ◦ green 19 ◦ blue 148

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

Shades of Medium Violet Red #C01394

Tints of Medium Violet Red #C01394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 41.23%

R = 53.48%
G = 5.29%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C01394 (or 0xC01394) is known color: Medium Violet Red. HEX triplet: C0, 13 and 94. RGB value is (192,19,148). Sum of RGB (Red+Green+Blue) = 192+19+148=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 19 (7.81% from 255 or 5.29% from 359); Blue value is 148 (58.20% from 255 or 41.23% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C01394 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01394 is #3FEC6B. Grayscale: #555555. Windows color (decimal): -4189292 or 9704384. OLE color: 9704384.

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

Color convert

RGB 192 19 148 -
CMYK 0 0.90 0.23 0.25
HSL 315.26º 0.82% 0.41% -
HSV(B) 315.26º 0.9% 0.75% -
XYZ 27.32 13.81 29.24 -
YUV 85.43 163.31 204.01 -
System Red Green Blue C M Y K H S L
Decimal 192 19 148 0 0.90 0.23 0.25 315.26 0.82 0.41
Hex C0 13 94 0 5A 17 19 13B 52 29
Octal 300 23 224 0 132 27 31 473 122 51
Binary 11000000 10011 10010100 0 1011010 10111 11001 100111011 1010010 101001

Color Harmonies of #C01394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01394

Black with #C01394

Text Example


Text Example

White with #C01394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01394; }

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

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

background-color css

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

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

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

border-color css

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

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

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