Html Css Color HEX #C80193 Medium Violet Red

📋 copy color: '#C80193'

red 200 ◦ green 1 ◦ blue 147

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

Shades of Medium Violet Red #C80193

Tints of Medium Violet Red #C80193

RGB

 RED value IS 200 (78.52% from 255) = 57.47%

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

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

R = 57.47%
G = 0.29%
B = 42.24%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C80193 (or 0xC80193) is known color: Medium Violet Red. HEX triplet: C8, 01 and 93. RGB value is (200,1,147). Sum of RGB (Red+Green+Blue) = 200+1+147=348 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.47% from 348); Green value is 1 (0.78% from 255 or 0.29% from 348); Blue value is 147 (57.81% from 255 or 42.24% from 348); Max value from RGB is 200 - color contains mainly: red. Hex color #C80193 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80193 is #37FE6C. Grayscale: #4C4C4C. Windows color (decimal): -3669613 or 9634248. OLE color: 9634248.

HSL color Cylindrical-coordinate representation of color #C80193: hue angle of 315.98º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C80193 is Cyan = 0, Magento = 1.00, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 1 147 -
CMYK 0 1.00 0.26 0.22
HSL 315.98º 0.99% 0.39% -
HSV(B) 315.98º 1% 0.78% -
XYZ 29.1 14.41 28.85 -
YUV 77.15 167.43 215.63 -
System Red Green Blue C M Y K H S L
Decimal 200 1 147 0 1.00 0.26 0.22 315.98 0.99 0.39
Hex C8 1 93 0 64 1A 16 13C 63 27
Octal 310 1 223 0 144 32 26 474 143 47
Binary 11001000 1 10010011 0 1100100 11010 10110 100111100 1100011 100111

Color Harmonies of #C80193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80193

Black with #C80193

Text Example


Text Example

White with #C80193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80193; }

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

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

background-color css

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

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

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

border-color css

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

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

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