Html Css Color HEX #C61FAA Medium Violet Red

📋 copy color: '#C61FAA'

red 198 ◦ green 31 ◦ blue 170

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

Shades of Medium Violet Red #C61FAA

Tints of Medium Violet Red #C61FAA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.77%

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

R = 49.62%
G = 7.77%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C61FAA (or 0xC61FAA) is known color: Medium Violet Red. HEX triplet: C6, 1F and AA. RGB value is (198,31,170). Sum of RGB (Red+Green+Blue) = 198+31+170=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 31 (12.5% from 255 or 7.77% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C61FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61FAA is #39E055. Grayscale: #606060. Windows color (decimal): -3792982 or 11149254. OLE color: 11149254.

HSL color Cylindrical-coordinate representation of color #C61FAA: hue angle of 310.06º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C61FAA is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 31 170 -
CMYK 0 0.84 0.14 0.22
HSL 310.06º 0.73% 0.45% -
HSV(B) 310.06º 0.84% 0.78% -
XYZ 31.03 15.89 39.46 -
YUV 96.78 169.33 200.2 -
System Red Green Blue C M Y K H S L
Decimal 198 31 170 0 0.84 0.14 0.22 310.06 0.73 0.45
Hex C6 1F AA 0 54 E 16 136 49 2D
Octal 306 37 252 0 124 16 26 466 111 55
Binary 11000110 11111 10101010 0 1010100 1110 10110 100110110 1001001 101101

Color Harmonies of #C61FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61FAA

Black with #C61FAA

Text Example


Text Example

White with #C61FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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