Html Css Color HEX #C61C8F Medium Violet Red

📋 copy color: '#C61C8F'

red 198 ◦ green 28 ◦ blue 143

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

Shades of Medium Violet Red #C61C8F

Tints of Medium Violet Red #C61C8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.75%

R = 53.66%
G = 7.59%
B = 38.75%

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

#C61C8F (or 0xC61C8F) is known color: Medium Violet Red. HEX triplet: C6, 1C and 8F. RGB value is (198,28,143). Sum of RGB (Red+Green+Blue) = 198+28+143=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 28 (11.33% from 255 or 7.59% from 369); Blue value is 143 (56.25% from 255 or 38.75% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C61C8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61C8F is #39E370. Grayscale: #5B5B5B. Windows color (decimal): -3793777 or 9379014. OLE color: 9379014.

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

Color convert

RGB 198 28 143 -
CMYK 0 0.86 0.28 0.22
HSL 319.41º 0.75% 0.44% -
HSV(B) 319.41º 0.86% 0.78% -
XYZ 28.66 14.82 27.34 -
YUV 91.94 156.82 203.65 -
System Red Green Blue C M Y K H S L
Decimal 198 28 143 0 0.86 0.28 0.22 319.41 0.75 0.44
Hex C6 1C 8F 0 56 1C 16 13F 4B 2C
Octal 306 34 217 0 126 34 26 477 113 54
Binary 11000110 11100 10001111 0 1010110 11100 10110 100111111 1001011 101100

Color Harmonies of #C61C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61C8F

Black with #C61C8F

Text Example


Text Example

White with #C61C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61C8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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