Html Css Color HEX #C61FAC Medium Violet Red

📋 copy color: '#C61FAC'

red 198 ◦ green 31 ◦ blue 172

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

Shades of Medium Violet Red #C61FAC

Tints of Medium Violet Red #C61FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.89%

R = 49.38%
G = 7.73%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C61FAC (or 0xC61FAC) is known color: Medium Violet Red. HEX triplet: C6, 1F and AC. RGB value is (198,31,172). Sum of RGB (Red+Green+Blue) = 198+31+172=401 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.38% from 401); Green value is 31 (12.5% from 255 or 7.73% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 198 - color contains mainly: red. Hex color #C61FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61FAC is #39E053. Grayscale: #606060. Windows color (decimal): -3792980 or 11280326. OLE color: 11280326.

HSL color Cylindrical-coordinate representation of color #C61FAC: hue angle of 309.34º 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 #C61FAC is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 31 172 -
CMYK 0 0.84 0.13 0.22
HSL 309.34º 0.73% 0.45% -
HSV(B) 309.34º 0.84% 0.78% -
XYZ 31.23 15.96 40.47 -
YUV 97.01 170.33 200.04 -
System Red Green Blue C M Y K H S L
Decimal 198 31 172 0 0.84 0.13 0.22 309.34 0.73 0.45
Hex C6 1F AC 0 54 D 16 135 49 2D
Octal 306 37 254 0 124 15 26 465 111 55
Binary 11000110 11111 10101100 0 1010100 1101 10110 100110101 1001001 101101

Color Harmonies of #C61FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61FAC

Black with #C61FAC

Text Example


Text Example

White with #C61FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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