Html Css Color HEX #C61C92 Medium Violet Red

📋 copy color: '#C61C92'

red 198 ◦ green 28 ◦ blue 146

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

Shades of Medium Violet Red #C61C92

Tints of Medium Violet Red #C61C92

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.53%

 BLUE value IS 146 (57.42% from 255) = 39.25%

R = 53.23%
G = 7.53%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C61C92 (or 0xC61C92) is known color: Medium Violet Red. HEX triplet: C6, 1C and 92. RGB value is (198,28,146). Sum of RGB (Red+Green+Blue) = 198+28+146=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 28 (11.33% from 255 or 7.53% from 372); Blue value is 146 (57.42% from 255 or 39.25% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C61C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61C92 is #39E36D. Grayscale: #5B5B5B. Windows color (decimal): -3793774 or 9575622. OLE color: 9575622.

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

Color convert

RGB 198 28 146 -
CMYK 0 0.86 0.26 0.22
HSL 318.35º 0.75% 0.44% -
HSV(B) 318.35º 0.86% 0.78% -
XYZ 28.89 14.91 28.55 -
YUV 92.28 158.32 203.41 -
System Red Green Blue C M Y K H S L
Decimal 198 28 146 0 0.86 0.26 0.22 318.35 0.75 0.44
Hex C6 1C 92 0 56 1A 16 13E 4B 2C
Octal 306 34 222 0 126 32 26 476 113 54
Binary 11000110 11100 10010010 0 1010110 11010 10110 100111110 1001011 101100

Color Harmonies of #C61C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61C92

Black with #C61C92

Text Example


Text Example

White with #C61C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61C92; }

 p { color: rgb(198,28,146); }

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

background-color css

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

 a { background-color: rgb(198,28,146); }

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

border-color css

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

 span { border-color: rgb(198,28,146); }

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