Html Css Color HEX #C60FA5 Medium Violet Red

📋 copy color: '#C60FA5'

red 198 ◦ green 15 ◦ blue 165

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

Shades of Medium Violet Red #C60FA5

Tints of Medium Violet Red #C60FA5

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.97%

 BLUE value IS 165 (64.84% from 255) = 43.65%

R = 52.38%
G = 3.97%
B = 43.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#C60FA5 (or 0xC60FA5) is known color: Medium Violet Red. HEX triplet: C6, 0F and A5. RGB value is (198,15,165). Sum of RGB (Red+Green+Blue) = 198+15+165=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 15 (6.25% from 255 or 3.97% from 378); Blue value is 165 (64.84% from 255 or 43.65% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C60FA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60FA5 is #39F05A. Grayscale: #565656. Windows color (decimal): -3797083 or 10817478. OLE color: 10817478.

HSL color Cylindrical-coordinate representation of color #C60FA5: hue angle of 310.82º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C60FA5 is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 15 165 -
CMYK 0 0.92 0.17 0.22
HSL 310.82º 0.86% 0.42% -
HSV(B) 310.82º 0.92% 0.78% -
XYZ 30.25 15.06 36.91 -
YUV 86.82 172.13 207.3 -
System Red Green Blue C M Y K H S L
Decimal 198 15 165 0 0.92 0.17 0.22 310.82 0.86 0.42
Hex C6 F A5 0 5C 11 16 137 56 2A
Octal 306 17 245 0 134 21 26 467 126 52
Binary 11000110 1111 10100101 0 1011100 10001 10110 100110111 1010110 101010

Color Harmonies of #C60FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60FA5

Black with #C60FA5

Text Example


Text Example

White with #C60FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60FA5; }

 p { color: rgb(198,15,165); }

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

background-color css

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

 a { background-color: rgb(198,15,165); }

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

border-color css

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

 span { border-color: rgb(198,15,165); }

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