Html Css Color HEX #C61BAB Medium Violet Red

📋 copy color: '#C61BAB'

red 198 ◦ green 27 ◦ blue 171

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

Shades of Medium Violet Red #C61BAB

Tints of Medium Violet Red #C61BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.18%

R = 50%
G = 6.82%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C61BAB (or 0xC61BAB) is known color: Medium Violet Red. HEX triplet: C6, 1B and AB. RGB value is (198,27,171). Sum of RGB (Red+Green+Blue) = 198+27+171=396 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50% from 396); Green value is 27 (10.94% from 255 or 6.82% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 198 - color contains mainly: red. Hex color #C61BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61BAB is #39E454. Grayscale: #5E5E5E. Windows color (decimal): -3794005 or 11213766. OLE color: 11213766.

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

Color convert

RGB 198 27 171 -
CMYK 0 0.86 0.14 0.22
HSL 309.47º 0.76% 0.44% -
HSV(B) 309.47º 0.86% 0.78% -
XYZ 31.03 15.73 39.93 -
YUV 94.55 171.15 201.79 -
System Red Green Blue C M Y K H S L
Decimal 198 27 171 0 0.86 0.14 0.22 309.47 0.76 0.44
Hex C6 1B AB 0 56 E 16 135 4C 2C
Octal 306 33 253 0 126 16 26 465 114 54
Binary 11000110 11011 10101011 0 1010110 1110 10110 100110101 1001100 101100

Color Harmonies of #C61BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61BAB

Black with #C61BAB

Text Example


Text Example

White with #C61BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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