Html Css Color HEX #C61AA5 Medium Violet Red

📋 copy color: '#C61AA5'

red 198 ◦ green 26 ◦ blue 165

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

Shades of Medium Violet Red #C61AA5

Tints of Medium Violet Red #C61AA5

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.68%

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

R = 50.9%
G = 6.68%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#C61AA5 (or 0xC61AA5) is known color: Medium Violet Red. HEX triplet: C6, 1A and A5. RGB value is (198,26,165). Sum of RGB (Red+Green+Blue) = 198+26+165=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 26 (10.55% from 255 or 6.68% from 389); Blue value is 165 (64.84% from 255 or 42.42% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C61AA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61AA5 is #39E55A. Grayscale: #5C5C5C. Windows color (decimal): -3794267 or 10820294. OLE color: 10820294.

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

Color convert

RGB 198 26 165 -
CMYK 0 0.87 0.17 0.22
HSL 311.51º 0.77% 0.44% -
HSV(B) 311.51º 0.87% 0.78% -
XYZ 30.45 15.46 36.98 -
YUV 93.27 168.48 202.7 -
System Red Green Blue C M Y K H S L
Decimal 198 26 165 0 0.87 0.17 0.22 311.51 0.77 0.44
Hex C6 1A A5 0 57 11 16 138 4D 2C
Octal 306 32 245 0 127 21 26 470 115 54
Binary 11000110 11010 10100101 0 1010111 10001 10110 100111000 1001101 101100

Color Harmonies of #C61AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61AA5

Black with #C61AA5

Text Example


Text Example

White with #C61AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61AA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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