Html Css Color HEX #C61EAB Medium Violet Red

📋 copy color: '#C61EAB'

red 198 ◦ green 30 ◦ blue 171

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

Shades of Medium Violet Red #C61EAB

Tints of Medium Violet Red #C61EAB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.52%

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

R = 49.62%
G = 7.52%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C61EAB (or 0xC61EAB) is known color: Medium Violet Red. HEX triplet: C6, 1E and AB. RGB value is (198,30,171). Sum of RGB (Red+Green+Blue) = 198+30+171=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 30 (12.11% from 255 or 7.52% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C61EAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61EAB is #39E154. Grayscale: #5F5F5F. Windows color (decimal): -3793237 or 11214534. OLE color: 11214534.

HSL color Cylindrical-coordinate representation of color #C61EAB: hue angle of 309.64º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C61EAB is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 30 171 -
CMYK 0 0.85 0.14 0.22
HSL 309.64º 0.74% 0.45% -
HSV(B) 309.64º 0.85% 0.78% -
XYZ 31.1 15.87 39.95 -
YUV 96.31 170.16 200.54 -
System Red Green Blue C M Y K H S L
Decimal 198 30 171 0 0.85 0.14 0.22 309.64 0.74 0.45
Hex C6 1E AB 0 55 E 16 136 4A 2D
Octal 306 36 253 0 125 16 26 466 112 55
Binary 11000110 11110 10101011 0 1010101 1110 10110 100110110 1001010 101101

Color Harmonies of #C61EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61EAB

Black with #C61EAB

Text Example


Text Example

White with #C61EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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