Html Css Color HEX #C60693 Medium Violet Red

📋 copy color: '#C60693'

red 198 ◦ green 6 ◦ blue 147

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

Shades of Medium Violet Red #C60693

Tints of Medium Violet Red #C60693

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.71%

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

R = 56.41%
G = 1.71%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C60693 (or 0xC60693) is known color: Medium Violet Red. HEX triplet: C6, 06 and 93. RGB value is (198,6,147). Sum of RGB (Red+Green+Blue) = 198+6+147=351 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.41% from 351); Green value is 6 (2.73% from 255 or 1.71% from 351); Blue value is 147 (57.81% from 255 or 41.88% from 351); Max value from RGB is 198 - color contains mainly: red. Hex color #C60693 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60693 is #39F96C. Grayscale: #4F4F4F. Windows color (decimal): -3799405 or 9635526. OLE color: 9635526.

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

Color convert

RGB 198 6 147 -
CMYK 0 0.97 0.26 0.22
HSL 315.94º 0.94% 0.4% -
HSV(B) 315.94º 0.97% 0.78% -
XYZ 28.62 14.24 28.84 -
YUV 79.48 166.11 212.54 -
System Red Green Blue C M Y K H S L
Decimal 198 6 147 0 0.97 0.26 0.22 315.94 0.94 0.4
Hex C6 6 93 0 61 1A 16 13C 5E 28
Octal 306 6 223 0 141 32 26 474 136 50
Binary 11000110 110 10010011 0 1100001 11010 10110 100111100 1011110 101000

Color Harmonies of #C60693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60693

Black with #C60693

Text Example


Text Example

White with #C60693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60693; }

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

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

background-color css

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

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

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

border-color css

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

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

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