Html Css Color HEX #C61AA4 Medium Violet Red

📋 copy color: '#C61AA4'

red 198 ◦ green 26 ◦ blue 164

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

Shades of Medium Violet Red #C61AA4

Tints of Medium Violet Red #C61AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 42.27%

R = 51.03%
G = 6.7%
B = 42.27%

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

#C61AA4 (or 0xC61AA4) is known color: Medium Violet Red. HEX triplet: C6, 1A and A4. RGB value is (198,26,164). Sum of RGB (Red+Green+Blue) = 198+26+164=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 26 (10.55% from 255 or 6.70% from 388); Blue value is 164 (64.45% from 255 or 42.27% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C61AA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61AA4 is #39E55B. Grayscale: #5C5C5C. Windows color (decimal): -3794268 or 10754758. OLE color: 10754758.

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

Color convert

RGB 198 26 164 -
CMYK 0 0.87 0.17 0.22
HSL 311.86º 0.77% 0.44% -
HSV(B) 311.86º 0.87% 0.78% -
XYZ 30.36 15.42 36.5 -
YUV 93.16 167.98 202.78 -
System Red Green Blue C M Y K H S L
Decimal 198 26 164 0 0.87 0.17 0.22 311.86 0.77 0.44
Hex C6 1A A4 0 57 11 16 138 4D 2C
Octal 306 32 244 0 127 21 26 470 115 54
Binary 11000110 11010 10100100 0 1010111 10001 10110 100111000 1001101 101100

Color Harmonies of #C61AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61AA4

Black with #C61AA4

Text Example


Text Example

White with #C61AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61AA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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