Html Css Color HEX #C60493 Medium Violet Red

📋 copy color: '#C60493'

red 198 ◦ green 4 ◦ blue 147

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

Shades of Medium Violet Red #C60493

Tints of Medium Violet Red #C60493

RGB

 RED value IS 198 (77.73% from 255) = 56.73%

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

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

R = 56.73%
G = 1.15%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C60493 (or 0xC60493) is known color: Medium Violet Red. HEX triplet: C6, 04 and 93. RGB value is (198,4,147). Sum of RGB (Red+Green+Blue) = 198+4+147=349 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.73% from 349); Green value is 4 (1.95% from 255 or 1.15% from 349); Blue value is 147 (57.81% from 255 or 42.12% from 349); Max value from RGB is 198 - color contains mainly: red. Hex color #C60493 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60493 is #39FB6C. Grayscale: #4D4D4D. Windows color (decimal): -3799917 or 9635014. OLE color: 9635014.

HSL color Cylindrical-coordinate representation of color #C60493: hue angle of 315.77º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C60493 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 4 147 -
CMYK 0 0.98 0.26 0.22
HSL 315.77º 0.96% 0.4% -
HSV(B) 315.77º 0.98% 0.78% -
XYZ 28.6 14.2 28.84 -
YUV 78.31 166.77 213.37 -
System Red Green Blue C M Y K H S L
Decimal 198 4 147 0 0.98 0.26 0.22 315.77 0.96 0.4
Hex C6 4 93 0 62 1A 16 13C 60 28
Octal 306 4 223 0 142 32 26 474 140 50
Binary 11000110 100 10010011 0 1100010 11010 10110 100111100 1100000 101000

Color Harmonies of #C60493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60493

Black with #C60493

Text Example


Text Example

White with #C60493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60493; }

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

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

background-color css

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

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

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

border-color css

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

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

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