Html Css Color HEX #C6146F Medium Violet Red

📋 copy color: '#C6146F'

red 198 ◦ green 20 ◦ blue 111

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

Shades of Medium Violet Red #C6146F

Tints of Medium Violet Red #C6146F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.74%

R = 60.18%
G = 6.08%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C6146F (or 0xC6146F) is known color: Medium Violet Red. HEX triplet: C6, 14 and 6F. RGB value is (198,20,111). Sum of RGB (Red+Green+Blue) = 198+20+111=329 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.18% from 329); Green value is 20 (8.20% from 255 or 6.08% from 329); Blue value is 111 (43.75% from 255 or 33.74% from 329); Max value from RGB is 198 - color contains mainly: red. Hex color #C6146F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6146F is #39EB90. Grayscale: #535353. Windows color (decimal): -3795857 or 7279814. OLE color: 7279814.

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

Color convert

RGB 198 20 111 -
CMYK 0 0.90 0.44 0.22
HSL 329.33º 0.82% 0.43% -
HSV(B) 329.33º 0.9% 0.78% -
XYZ 26.41 13.65 16.28 -
YUV 83.6 143.47 209.6 -
System Red Green Blue C M Y K H S L
Decimal 198 20 111 0 0.90 0.44 0.22 329.33 0.82 0.43
Hex C6 14 6F 0 5A 2C 16 149 52 2B
Octal 306 24 157 0 132 54 26 511 122 53
Binary 11000110 10100 1101111 0 1011010 101100 10110 101001001 1010010 101011

Color Harmonies of #C6146F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6146F

Black with #C6146F

Text Example


Text Example

White with #C6146F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6146F; }

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

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

background-color css

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

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

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

border-color css

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

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

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