Html Css Color HEX #C6159D Medium Violet Red

📋 copy color: '#C6159D'

red 198 ◦ green 21 ◦ blue 157

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

Shades of Medium Violet Red #C6159D

Tints of Medium Violet Red #C6159D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.59%

 BLUE value IS 157 (61.72% from 255) = 41.76%

R = 52.66%
G = 5.59%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C6159D (or 0xC6159D) is known color: Medium Violet Red. HEX triplet: C6, 15 and 9D. RGB value is (198,21,157). Sum of RGB (Red+Green+Blue) = 198+21+157=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 157 (61.72% from 255 or 41.76% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C6159D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6159D is #39EA62. Grayscale: #595959. Windows color (decimal): -3795555 or 10294726. OLE color: 10294726.

HSL color Cylindrical-coordinate representation of color #C6159D: hue angle of 313.9º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C6159D is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 21 157 -
CMYK 0 0.89 0.21 0.22
HSL 313.9º 0.81% 0.43% -
HSV(B) 313.9º 0.89% 0.78% -
XYZ 29.64 14.98 33.23 -
YUV 89.43 166.14 205.44 -
System Red Green Blue C M Y K H S L
Decimal 198 21 157 0 0.89 0.21 0.22 313.9 0.81 0.43
Hex C6 15 9D 0 59 15 16 13A 51 2B
Octal 306 25 235 0 131 25 26 472 121 53
Binary 11000110 10101 10011101 0 1011001 10101 10110 100111010 1010001 101011

Color Harmonies of #C6159D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6159D

Black with #C6159D

Text Example


Text Example

White with #C6159D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6159D; }

 p { color: rgb(198,21,157); }

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

background-color css

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

 a { background-color: rgb(198,21,157); }

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

border-color css

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

 span { border-color: rgb(198,21,157); }

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