Html Css Color HEX #C00593 Medium Violet Red

📋 copy color: '#C00593'

red 192 ◦ green 5 ◦ blue 147

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

Shades of Medium Violet Red #C00593

Tints of Medium Violet Red #C00593

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.45%

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

R = 55.81%
G = 1.45%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C00593 (or 0xC00593) is known color: Medium Violet Red. HEX triplet: C0, 05 and 93. RGB value is (192,5,147). Sum of RGB (Red+Green+Blue) = 192+5+147=344 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.81% from 344); Green value is 5 (2.34% from 255 or 1.45% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 192 - color contains mainly: red. Hex color #C00593 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00593 is #3FFA6C. Grayscale: #4C4C4C. Windows color (decimal): -4192877 or 9635264. OLE color: 9635264.

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

Color convert

RGB 192 5 147 -
CMYK 0 0.97 0.23 0.25
HSL 314.44º 0.95% 0.39% -
HSV(B) 314.44º 0.97% 0.75% -
XYZ 27.06 13.42 28.77 -
YUV 77.1 167.45 209.95 -
System Red Green Blue C M Y K H S L
Decimal 192 5 147 0 0.97 0.23 0.25 314.44 0.95 0.39
Hex C0 5 93 0 61 17 19 13A 5F 27
Octal 300 5 223 0 141 27 31 472 137 47
Binary 11000000 101 10010011 0 1100001 10111 11001 100111010 1011111 100111

Color Harmonies of #C00593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00593

Black with #C00593

Text Example


Text Example

White with #C00593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00593; }

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

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

background-color css

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

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

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

border-color css

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

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

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