Html Css Color HEX #C61BAA Medium Violet Red

📋 copy color: '#C61BAA'

red 198 ◦ green 27 ◦ blue 170

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

Shades of Medium Violet Red #C61BAA

Tints of Medium Violet Red #C61BAA

RGB

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

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

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

R = 50.13%
G = 6.84%
B = 43.04%

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

#C61BAA (or 0xC61BAA) is known color: Medium Violet Red. HEX triplet: C6, 1B and AA. RGB value is (198,27,170). Sum of RGB (Red+Green+Blue) = 198+27+170=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 27 (10.94% from 255 or 6.84% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C61BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61BAA is #39E455. Grayscale: #5E5E5E. Windows color (decimal): -3794006 or 11148230. OLE color: 11148230.

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

Color convert

RGB 198 27 170 -
CMYK 0 0.86 0.14 0.22
HSL 309.82º 0.76% 0.44% -
HSV(B) 309.82º 0.86% 0.78% -
XYZ 30.94 15.69 39.43 -
YUV 94.43 170.65 201.87 -
System Red Green Blue C M Y K H S L
Decimal 198 27 170 0 0.86 0.14 0.22 309.82 0.76 0.44
Hex C6 1B AA 0 56 E 16 136 4C 2C
Octal 306 33 252 0 126 16 26 466 114 54
Binary 11000110 11011 10101010 0 1010110 1110 10110 100110110 1001100 101100

Color Harmonies of #C61BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61BAA

Black with #C61BAA

Text Example


Text Example

White with #C61BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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