Html Css Color HEX #C61BA4 Medium Violet Red

📋 copy color: '#C61BA4'

red 198 ◦ green 27 ◦ blue 164

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

Shades of Medium Violet Red #C61BA4

Tints of Medium Violet Red #C61BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 42.16%

R = 50.9%
G = 6.94%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#C61BA4 (or 0xC61BA4) is known color: Medium Violet Red. HEX triplet: C6, 1B and A4. RGB value is (198,27,164). Sum of RGB (Red+Green+Blue) = 198+27+164=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 27 (10.94% from 255 or 6.94% from 389); Blue value is 164 (64.45% from 255 or 42.16% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C61BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61BA4 is #39E45B. Grayscale: #5D5D5D. Windows color (decimal): -3794012 or 10755014. OLE color: 10755014.

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

Color convert

RGB 198 27 164 -
CMYK 0 0.86 0.17 0.22
HSL 311.93º 0.76% 0.44% -
HSV(B) 311.93º 0.86% 0.78% -
XYZ 30.38 15.47 36.51 -
YUV 93.75 167.65 202.36 -
System Red Green Blue C M Y K H S L
Decimal 198 27 164 0 0.86 0.17 0.22 311.93 0.76 0.44
Hex C6 1B A4 0 56 11 16 138 4C 2C
Octal 306 33 244 0 126 21 26 470 114 54
Binary 11000110 11011 10100100 0 1010110 10001 10110 100111000 1001100 101100

Color Harmonies of #C61BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61BA4

Black with #C61BA4

Text Example


Text Example

White with #C61BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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