Html Css Color HEX #C6147C Medium Violet Red

📋 copy color: '#C6147C'

red 198 ◦ green 20 ◦ blue 124

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

Shades of Medium Violet Red #C6147C

Tints of Medium Violet Red #C6147C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.85%

 BLUE value IS 124 (48.83% from 255) = 36.26%

R = 57.89%
G = 5.85%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C6147C (or 0xC6147C) is known color: Medium Violet Red. HEX triplet: C6, 14 and 7C. RGB value is (198,20,124). Sum of RGB (Red+Green+Blue) = 198+20+124=342 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.89% from 342); Green value is 20 (8.20% from 255 or 5.85% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 198 - color contains mainly: red. Hex color #C6147C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6147C is #39EB83. Grayscale: #545454. Windows color (decimal): -3795844 or 8131782. OLE color: 8131782.

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

Color convert

RGB 198 20 124 -
CMYK 0 0.90 0.37 0.22
HSL 324.94º 0.82% 0.43% -
HSV(B) 324.94º 0.9% 0.78% -
XYZ 27.18 13.96 20.33 -
YUV 85.08 149.97 208.54 -
System Red Green Blue C M Y K H S L
Decimal 198 20 124 0 0.90 0.37 0.22 324.94 0.82 0.43
Hex C6 14 7C 0 5A 25 16 145 52 2B
Octal 306 24 174 0 132 45 26 505 122 53
Binary 11000110 10100 1111100 0 1011010 100101 10110 101000101 1010010 101011

Color Harmonies of #C6147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6147C

Black with #C6147C

Text Example


Text Example

White with #C6147C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6147C; }

 p { color: rgb(198,20,124); }

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

background-color css

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

 a { background-color: rgb(198,20,124); }

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

border-color css

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

 span { border-color: rgb(198,20,124); }

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