Html Css Color HEX #C61AAA Medium Violet Red

📋 copy color: '#C61AAA'

red 198 ◦ green 26 ◦ blue 170

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

Shades of Medium Violet Red #C61AAA

Tints of Medium Violet Red #C61AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.15%

R = 50.25%
G = 6.6%
B = 43.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C61AAA (or 0xC61AAA) is known color: Medium Violet Red. HEX triplet: C6, 1A and AA. RGB value is (198,26,170). Sum of RGB (Red+Green+Blue) = 198+26+170=394 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.25% from 394); Green value is 26 (10.55% from 255 or 6.60% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 198 - color contains mainly: red. Hex color #C61AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61AAA is #39E555. Grayscale: #5D5D5D. Windows color (decimal): -3794262 or 11147974. OLE color: 11147974.

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

Color convert

RGB 198 26 170 -
CMYK 0 0.87 0.14 0.22
HSL 309.77º 0.77% 0.44% -
HSV(B) 309.77º 0.87% 0.78% -
XYZ 30.91 15.65 39.42 -
YUV 93.84 170.98 202.29 -
System Red Green Blue C M Y K H S L
Decimal 198 26 170 0 0.87 0.14 0.22 309.77 0.77 0.44
Hex C6 1A AA 0 57 E 16 136 4D 2C
Octal 306 32 252 0 127 16 26 466 115 54
Binary 11000110 11010 10101010 0 1010111 1110 10110 100110110 1001101 101100

Color Harmonies of #C61AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61AAA

Black with #C61AAA

Text Example


Text Example

White with #C61AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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