Html Css Color HEX #C61BA0 Medium Violet Red

📋 copy color: '#C61BA0'

red 198 ◦ green 27 ◦ blue 160

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

Shades of Medium Violet Red #C61BA0

Tints of Medium Violet Red #C61BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 41.56%

R = 51.43%
G = 7.01%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#C61BA0 (or 0xC61BA0) is known color: Medium Violet Red. HEX triplet: C6, 1B and A0. RGB value is (198,27,160). Sum of RGB (Red+Green+Blue) = 198+27+160=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 27 (10.94% from 255 or 7.01% from 385); Blue value is 160 (62.89% from 255 or 41.56% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C61BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61BA0 is #39E45F. Grayscale: #5C5C5C. Windows color (decimal): -3794016 or 10492870. OLE color: 10492870.

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

Color convert

RGB 198 27 160 -
CMYK 0 0.86 0.19 0.22
HSL 313.33º 0.76% 0.44% -
HSV(B) 313.33º 0.86% 0.78% -
XYZ 30.03 15.33 34.63 -
YUV 93.29 165.65 202.69 -
System Red Green Blue C M Y K H S L
Decimal 198 27 160 0 0.86 0.19 0.22 313.33 0.76 0.44
Hex C6 1B A0 0 56 13 16 139 4C 2C
Octal 306 33 240 0 126 23 26 471 114 54
Binary 11000110 11011 10100000 0 1010110 10011 10110 100111001 1001100 101100

Color Harmonies of #C61BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61BA0

Black with #C61BA0

Text Example


Text Example

White with #C61BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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