Html Css Color HEX #C61EAD Medium Violet Red

📋 copy color: '#C61EAD'

red 198 ◦ green 30 ◦ blue 173

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

Shades of Medium Violet Red #C61EAD

Tints of Medium Violet Red #C61EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.14%

R = 49.38%
G = 7.48%
B = 43.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C61EAD (or 0xC61EAD) is known color: Medium Violet Red. HEX triplet: C6, 1E and AD. RGB value is (198,30,173). Sum of RGB (Red+Green+Blue) = 198+30+173=401 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.38% from 401); Green value is 30 (12.11% from 255 or 7.48% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 198 - color contains mainly: red. Hex color #C61EAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61EAD is #39E152. Grayscale: #606060. Windows color (decimal): -3793235 or 11345606. OLE color: 11345606.

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

Color convert

RGB 198 30 173 -
CMYK 0 0.85 0.13 0.22
HSL 308.93º 0.74% 0.45% -
HSV(B) 308.93º 0.85% 0.78% -
XYZ 31.3 15.95 40.96 -
YUV 96.53 171.16 200.37 -
System Red Green Blue C M Y K H S L
Decimal 198 30 173 0 0.85 0.13 0.22 308.93 0.74 0.45
Hex C6 1E AD 0 55 D 16 135 4A 2D
Octal 306 36 255 0 125 15 26 465 112 55
Binary 11000110 11110 10101101 0 1010101 1101 10110 100110101 1001010 101101

Color Harmonies of #C61EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61EAD

Black with #C61EAD

Text Example


Text Example

White with #C61EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61EAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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