Html Css Color HEX #C61FA2 Medium Violet Red

📋 copy color: '#C61FA2'

red 198 ◦ green 31 ◦ blue 162

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

Shades of Medium Violet Red #C61FA2

Tints of Medium Violet Red #C61FA2

RGB

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

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

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

R = 50.64%
G = 7.93%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#C61FA2 (or 0xC61FA2) is known color: Medium Violet Red. HEX triplet: C6, 1F and A2. RGB value is (198,31,162). Sum of RGB (Red+Green+Blue) = 198+31+162=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 31 (12.5% from 255 or 7.93% from 391); Blue value is 162 (63.67% from 255 or 41.43% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C61FA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61FA2 is #39E05D. Grayscale: #5F5F5F. Windows color (decimal): -3792990 or 10624966. OLE color: 10624966.

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

Color convert

RGB 198 31 162 -
CMYK 0 0.84 0.18 0.22
HSL 312.93º 0.73% 0.45% -
HSV(B) 312.93º 0.84% 0.78% -
XYZ 30.3 15.59 35.6 -
YUV 95.87 165.33 200.85 -
System Red Green Blue C M Y K H S L
Decimal 198 31 162 0 0.84 0.18 0.22 312.93 0.73 0.45
Hex C6 1F A2 0 54 12 16 139 49 2D
Octal 306 37 242 0 124 22 26 471 111 55
Binary 11000110 11111 10100010 0 1010100 10010 10110 100111001 1001001 101101

Color Harmonies of #C61FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61FA2

Black with #C61FA2

Text Example


Text Example

White with #C61FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61FA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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