Html Css Color HEX #C61C8E Medium Violet Red

📋 copy color: '#C61C8E'

red 198 ◦ green 28 ◦ blue 142

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

Shades of Medium Violet Red #C61C8E

Tints of Medium Violet Red #C61C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.59%

R = 53.8%
G = 7.61%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C61C8E (or 0xC61C8E) is known color: Medium Violet Red. HEX triplet: C6, 1C and 8E. RGB value is (198,28,142). Sum of RGB (Red+Green+Blue) = 198+28+142=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 28 (11.33% from 255 or 7.61% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C61C8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61C8E is #39E371. Grayscale: #5B5B5B. Windows color (decimal): -3793778 or 9313478. OLE color: 9313478.

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

Color convert

RGB 198 28 142 -
CMYK 0 0.86 0.28 0.22
HSL 319.76º 0.75% 0.44% -
HSV(B) 319.76º 0.86% 0.78% -
XYZ 28.59 14.79 26.94 -
YUV 91.83 156.32 203.73 -
System Red Green Blue C M Y K H S L
Decimal 198 28 142 0 0.86 0.28 0.22 319.76 0.75 0.44
Hex C6 1C 8E 0 56 1C 16 140 4B 2C
Octal 306 34 216 0 126 34 26 500 113 54
Binary 11000110 11100 10001110 0 1010110 11100 10110 101000000 1001011 101100

Color Harmonies of #C61C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61C8E

Black with #C61C8E

Text Example


Text Example

White with #C61C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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