Html Css Color HEX #C61BAC Medium Violet Red

📋 copy color: '#C61BAC'

red 198 ◦ green 27 ◦ blue 172

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

Shades of Medium Violet Red #C61BAC

Tints of Medium Violet Red #C61BAC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.8%

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

R = 49.87%
G = 6.8%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C61BAC (or 0xC61BAC) is known color: Medium Violet Red. HEX triplet: C6, 1B and AC. RGB value is (198,27,172). Sum of RGB (Red+Green+Blue) = 198+27+172=397 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.87% from 397); Green value is 27 (10.94% from 255 or 6.80% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 198 - color contains mainly: red. Hex color #C61BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61BAC is #39E453. Grayscale: #5E5E5E. Windows color (decimal): -3794004 or 11279302. OLE color: 11279302.

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

Color convert

RGB 198 27 172 -
CMYK 0 0.86 0.13 0.22
HSL 309.12º 0.76% 0.44% -
HSV(B) 309.12º 0.86% 0.78% -
XYZ 31.13 15.77 40.43 -
YUV 94.66 171.65 201.71 -
System Red Green Blue C M Y K H S L
Decimal 198 27 172 0 0.86 0.13 0.22 309.12 0.76 0.44
Hex C6 1B AC 0 56 D 16 135 4C 2C
Octal 306 33 254 0 126 15 26 465 114 54
Binary 11000110 11011 10101100 0 1010110 1101 10110 100110101 1001100 101100

Color Harmonies of #C61BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61BAC

Black with #C61BAC

Text Example


Text Example

White with #C61BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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