Html Css Color HEX #C61BA2 Medium Violet Red

📋 copy color: '#C61BA2'

red 198 ◦ green 27 ◦ blue 162

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

Shades of Medium Violet Red #C61BA2

Tints of Medium Violet Red #C61BA2

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.98%

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

R = 51.16%
G = 6.98%
B = 41.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#C61BA2 (or 0xC61BA2) is known color: Medium Violet Red. HEX triplet: C6, 1B and A2. RGB value is (198,27,162). Sum of RGB (Red+Green+Blue) = 198+27+162=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 27 (10.94% from 255 or 6.98% from 387); Blue value is 162 (63.67% from 255 or 41.86% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C61BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61BA2 is #39E45D. Grayscale: #5D5D5D. Windows color (decimal): -3794014 or 10623942. OLE color: 10623942.

HSL color Cylindrical-coordinate representation of color #C61BA2: hue angle of 312.63º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C61BA2 is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 27 162 -
CMYK 0 0.86 0.18 0.22
HSL 312.63º 0.76% 0.44% -
HSV(B) 312.63º 0.86% 0.78% -
XYZ 30.2 15.4 35.56 -
YUV 93.52 166.65 202.52 -
System Red Green Blue C M Y K H S L
Decimal 198 27 162 0 0.86 0.18 0.22 312.63 0.76 0.44
Hex C6 1B A2 0 56 12 16 139 4C 2C
Octal 306 33 242 0 126 22 26 471 114 54
Binary 11000110 11011 10100010 0 1010110 10010 10110 100111001 1001100 101100

Color Harmonies of #C61BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61BA2

Black with #C61BA2

Text Example


Text Example

White with #C61BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61BA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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