Html Css Color HEX #C61AA2 Medium Violet Red

📋 copy color: '#C61AA2'

red 198 ◦ green 26 ◦ blue 162

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

Shades of Medium Violet Red #C61AA2

Tints of Medium Violet Red #C61AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 41.97%

R = 51.3%
G = 6.74%
B = 41.97%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#C61AA2 (or 0xC61AA2) is known color: Medium Violet Red. HEX triplet: C6, 1A and A2. RGB value is (198,26,162). Sum of RGB (Red+Green+Blue) = 198+26+162=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 26 (10.55% from 255 or 6.74% from 386); Blue value is 162 (63.67% from 255 or 41.97% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C61AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61AA2 is #39E55D. Grayscale: #5C5C5C. Windows color (decimal): -3794270 or 10623686. OLE color: 10623686.

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

Color convert

RGB 198 26 162 -
CMYK 0 0.87 0.18 0.22
HSL 312.56º 0.77% 0.44% -
HSV(B) 312.56º 0.87% 0.78% -
XYZ 30.18 15.35 35.56 -
YUV 92.93 166.98 202.94 -
System Red Green Blue C M Y K H S L
Decimal 198 26 162 0 0.87 0.18 0.22 312.56 0.77 0.44
Hex C6 1A A2 0 57 12 16 139 4D 2C
Octal 306 32 242 0 127 22 26 471 115 54
Binary 11000110 11010 10100010 0 1010111 10010 10110 100111001 1001101 101100

Color Harmonies of #C61AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61AA2

Black with #C61AA2

Text Example


Text Example

White with #C61AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61AA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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