Html Css Color HEX #C61E95 Medium Violet Red

📋 copy color: '#C61E95'

red 198 ◦ green 30 ◦ blue 149

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

Shades of Medium Violet Red #C61E95

Tints of Medium Violet Red #C61E95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.52%

R = 52.52%
G = 7.96%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C61E95 (or 0xC61E95) is known color: Medium Violet Red. HEX triplet: C6, 1E and 95. RGB value is (198,30,149). Sum of RGB (Red+Green+Blue) = 198+30+149=377 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.52% from 377); Green value is 30 (12.11% from 255 or 7.96% from 377); Blue value is 149 (58.59% from 255 or 39.52% from 377); Max value from RGB is 198 - color contains mainly: red. Hex color #C61E95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61E95 is #39E16A. Grayscale: #5D5D5D. Windows color (decimal): -3793259 or 9772742. OLE color: 9772742.

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

Color convert

RGB 198 30 149 -
CMYK 0 0.85 0.25 0.22
HSL 317.5º 0.74% 0.45% -
HSV(B) 317.5º 0.85% 0.78% -
XYZ 29.18 15.1 29.81 -
YUV 93.8 159.16 202.32 -
System Red Green Blue C M Y K H S L
Decimal 198 30 149 0 0.85 0.25 0.22 317.5 0.74 0.45
Hex C6 1E 95 0 55 19 16 13E 4A 2D
Octal 306 36 225 0 125 31 26 476 112 55
Binary 11000110 11110 10010101 0 1010101 11001 10110 100111110 1001010 101101

Color Harmonies of #C61E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61E95

Black with #C61E95

Text Example


Text Example

White with #C61E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61E95; }

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

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

background-color css

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

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

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

border-color css

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

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

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