Html Css Color HEX #C61FA6 Medium Violet Red

📋 copy color: '#C61FA6'

red 198 ◦ green 31 ◦ blue 166

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

Shades of Medium Violet Red #C61FA6

Tints of Medium Violet Red #C61FA6

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.85%

 BLUE value IS 166 (65.23% from 255) = 42.03%

R = 50.13%
G = 7.85%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C61FA6 (or 0xC61FA6) is known color: Medium Violet Red. HEX triplet: C6, 1F and A6. RGB value is (198,31,166). Sum of RGB (Red+Green+Blue) = 198+31+166=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 31 (12.5% from 255 or 7.85% from 395); Blue value is 166 (65.23% from 255 or 42.03% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C61FA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61FA6 is #39E059. Grayscale: #5F5F5F. Windows color (decimal): -3792986 or 10887110. OLE color: 10887110.

HSL color Cylindrical-coordinate representation of color #C61FA6: hue angle of 311.5º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C61FA6 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 31 166 -
CMYK 0 0.84 0.16 0.22
HSL 311.5º 0.73% 0.45% -
HSV(B) 311.5º 0.84% 0.78% -
XYZ 30.66 15.74 37.5 -
YUV 96.32 167.33 200.52 -
System Red Green Blue C M Y K H S L
Decimal 198 31 166 0 0.84 0.16 0.22 311.5 0.73 0.45
Hex C6 1F A6 0 54 10 16 137 49 2D
Octal 306 37 246 0 124 20 26 467 111 55
Binary 11000110 11111 10100110 0 1010100 10000 10110 100110111 1001001 101101

Color Harmonies of #C61FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61FA6

Black with #C61FA6

Text Example


Text Example

White with #C61FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61FA6; }

 p { color: rgb(198,31,166); }

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

background-color css

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

 a { background-color: rgb(198,31,166); }

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

border-color css

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

 span { border-color: rgb(198,31,166); }

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