Html Css Color HEX #C00493 Medium Violet Red

📋 copy color: '#C00493'

red 192 ◦ green 4 ◦ blue 147

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

Shades of Medium Violet Red #C00493

Tints of Medium Violet Red #C00493

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.17%

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

R = 55.98%
G = 1.17%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C00493 (or 0xC00493) is known color: Medium Violet Red. HEX triplet: C0, 04 and 93. RGB value is (192,4,147). Sum of RGB (Red+Green+Blue) = 192+4+147=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 4 (1.95% from 255 or 1.17% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C00493 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00493 is #3FFB6C. Grayscale: #4C4C4C. Windows color (decimal): -4193133 or 9635008. OLE color: 9635008.

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

Color convert

RGB 192 4 147 -
CMYK 0 0.98 0.23 0.25
HSL 314.36º 0.96% 0.38% -
HSV(B) 314.36º 0.98% 0.75% -
XYZ 27.05 13.4 28.76 -
YUV 76.51 167.78 210.37 -
System Red Green Blue C M Y K H S L
Decimal 192 4 147 0 0.98 0.23 0.25 314.36 0.96 0.38
Hex C0 4 93 0 62 17 19 13A 60 26
Octal 300 4 223 0 142 27 31 472 140 46
Binary 11000000 100 10010011 0 1100010 10111 11001 100111010 1100000 100110

Color Harmonies of #C00493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00493

Black with #C00493

Text Example


Text Example

White with #C00493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00493; }

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

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

background-color css

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

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

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

border-color css

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

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

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