Html Css Color HEX #C00193 Medium Violet Red

📋 copy color: '#C00193'

red 192 ◦ green 1 ◦ blue 147

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

Shades of Medium Violet Red #C00193

Tints of Medium Violet Red #C00193

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 147 (57.81% from 255) = 43.24%

R = 56.47%
G = 0.29%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C00193 (or 0xC00193) is known color: Medium Violet Red. HEX triplet: C0, 01 and 93. RGB value is (192,1,147). Sum of RGB (Red+Green+Blue) = 192+1+147=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 1 (0.78% from 255 or 0.29% from 340); Blue value is 147 (57.81% from 255 or 43.24% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C00193 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00193 is #3FFE6C. Grayscale: #4A4A4A. Windows color (decimal): -4193901 or 9634240. OLE color: 9634240.

HSL color Cylindrical-coordinate representation of color #C00193: hue angle of 314.14º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C00193 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 1 147 -
CMYK 0 0.99 0.23 0.25
HSL 314.14º 0.99% 0.38% -
HSV(B) 314.14º 0.99% 0.75% -
XYZ 27.02 13.33 28.75 -
YUV 74.75 168.78 211.63 -
System Red Green Blue C M Y K H S L
Decimal 192 1 147 0 0.99 0.23 0.25 314.14 0.99 0.38
Hex C0 1 93 0 63 17 19 13A 63 26
Octal 300 1 223 0 143 27 31 472 143 46
Binary 11000000 1 10010011 0 1100011 10111 11001 100111010 1100011 100110

Color Harmonies of #C00193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00193

Black with #C00193

Text Example


Text Example

White with #C00193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00193; }

 p { color: rgb(192,1,147); }

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

background-color css

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

 a { background-color: rgb(192,1,147); }

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

border-color css

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

 span { border-color: rgb(192,1,147); }

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