Html Css Color HEX #C6319F Medium Red Violet

📋 copy color: '#C6319F'

red 198 ◦ green 49 ◦ blue 159

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

Shades of Medium Red Violet #C6319F

Tints of Medium Red Violet #C6319F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.07%

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

R = 48.77%
G = 12.07%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C6319F (or 0xC6319F) is known color: Medium Red Violet. HEX triplet: C6, 31 and 9F. RGB value is (198,49,159). Sum of RGB (Red+Green+Blue) = 198+49+159=406 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.77% from 406); Green value is 49 (19.53% from 255 or 12.07% from 406); Blue value is 159 (62.5% from 255 or 39.16% from 406); Max value from RGB is 198 - color contains mainly: red. Hex color #C6319F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6319F is #39CE60. Grayscale: #696969. Windows color (decimal): -3788385 or 10432966. OLE color: 10432966.

HSL color Cylindrical-coordinate representation of color #C6319F: hue angle of 315.7º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C6319F is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 49 159 -
CMYK 0 0.75 0.20 0.22
HSL 315.7º 0.6% 0.48% -
HSV(B) 315.7º 0.75% 0.78% -
XYZ 30.65 16.71 34.41 -
YUV 106.09 157.86 193.56 -
System Red Green Blue C M Y K H S L
Decimal 198 49 159 0 0.75 0.20 0.22 315.7 0.6 0.48
Hex C6 31 9F 0 4B 14 16 13C 3C 30
Octal 306 61 237 0 113 24 26 474 74 60
Binary 11000110 110001 10011111 0 1001011 10100 10110 100111100 111100 110000

Color Harmonies of #C6319F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6319F

Black with #C6319F

Text Example


Text Example

White with #C6319F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6319F; }

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

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

background-color css

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

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

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

border-color css

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

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

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