Html Css Color HEX #C61B8F Medium Violet Red

📋 copy color: '#C61B8F'

red 198 ◦ green 27 ◦ blue 143

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

Shades of Medium Violet Red #C61B8F

Tints of Medium Violet Red #C61B8F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.34%

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

R = 53.8%
G = 7.34%
B = 38.86%

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

#C61B8F (or 0xC61B8F) is known color: Medium Violet Red. HEX triplet: C6, 1B and 8F. RGB value is (198,27,143). Sum of RGB (Red+Green+Blue) = 198+27+143=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 27 (10.94% from 255 or 7.34% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C61B8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61B8F is #39E470. Grayscale: #5B5B5B. Windows color (decimal): -3794033 or 9378758. OLE color: 9378758.

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

Color convert

RGB 198 27 143 -
CMYK 0 0.86 0.28 0.22
HSL 319.3º 0.76% 0.44% -
HSV(B) 319.3º 0.86% 0.78% -
XYZ 28.64 14.77 27.33 -
YUV 91.35 157.15 204.07 -
System Red Green Blue C M Y K H S L
Decimal 198 27 143 0 0.86 0.28 0.22 319.3 0.76 0.44
Hex C6 1B 8F 0 56 1C 16 13F 4C 2C
Octal 306 33 217 0 126 34 26 477 114 54
Binary 11000110 11011 10001111 0 1010110 11100 10110 100111111 1001100 101100

Color Harmonies of #C61B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61B8F

Black with #C61B8F

Text Example


Text Example

White with #C61B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61B8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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