Html Css Color HEX #C6139F Medium Violet Red

📋 copy color: '#C6139F'

red 198 ◦ green 19 ◦ blue 159

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

Shades of Medium Violet Red #C6139F

Tints of Medium Violet Red #C6139F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.05%

 BLUE value IS 159 (62.5% from 255) = 42.29%

R = 52.66%
G = 5.05%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C6139F (or 0xC6139F) is known color: Medium Violet Red. HEX triplet: C6, 13 and 9F. RGB value is (198,19,159). Sum of RGB (Red+Green+Blue) = 198+19+159=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 19 (7.81% from 255 or 5.05% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C6139F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6139F is #39EC60. Grayscale: #585858. Windows color (decimal): -3796065 or 10425286. OLE color: 10425286.

HSL color Cylindrical-coordinate representation of color #C6139F: hue angle of 313.07º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C6139F is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 19 159 -
CMYK 0 0.90 0.20 0.22
HSL 313.07º 0.82% 0.43% -
HSV(B) 313.07º 0.9% 0.78% -
XYZ 29.78 14.97 34.12 -
YUV 88.48 167.8 206.12 -
System Red Green Blue C M Y K H S L
Decimal 198 19 159 0 0.90 0.20 0.22 313.07 0.82 0.43
Hex C6 13 9F 0 5A 14 16 139 52 2B
Octal 306 23 237 0 132 24 26 471 122 53
Binary 11000110 10011 10011111 0 1011010 10100 10110 100111001 1010010 101011

Color Harmonies of #C6139F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6139F

Black with #C6139F

Text Example


Text Example

White with #C6139F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6139F; }

 p { color: rgb(198,19,159); }

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

background-color css

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

 a { background-color: rgb(198,19,159); }

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

border-color css

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

 span { border-color: rgb(198,19,159); }

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