Html Css Color HEX #C6126D Medium Violet Red

📋 copy color: '#C6126D'

red 198 ◦ green 18 ◦ blue 109

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

Shades of Medium Violet Red #C6126D

Tints of Medium Violet Red #C6126D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.54%

 BLUE value IS 109 (42.97% from 255) = 33.54%

R = 60.92%
G = 5.54%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C6126D (or 0xC6126D) is known color: Medium Violet Red. HEX triplet: C6, 12 and 6D. RGB value is (198,18,109). Sum of RGB (Red+Green+Blue) = 198+18+109=325 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.92% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 198 - color contains mainly: red. Hex color #C6126D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6126D is #39ED92. Grayscale: #525252. Windows color (decimal): -3796371 or 7148230. OLE color: 7148230.

HSL color Cylindrical-coordinate representation of color #C6126D: hue angle of 329.67º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C6126D is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 18 109 -
CMYK 0 0.91 0.45 0.22
HSL 329.67º 0.83% 0.42% -
HSV(B) 329.67º 0.91% 0.78% -
XYZ 26.27 13.54 15.7 -
YUV 82.19 143.13 210.6 -
System Red Green Blue C M Y K H S L
Decimal 198 18 109 0 0.91 0.45 0.22 329.67 0.83 0.42
Hex C6 12 6D 0 5B 2D 16 14A 53 2A
Octal 306 22 155 0 133 55 26 512 123 52
Binary 11000110 10010 1101101 0 1011011 101101 10110 101001010 1010011 101010

Color Harmonies of #C6126D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6126D

Black with #C6126D

Text Example


Text Example

White with #C6126D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6126D; }

 p { color: rgb(198,18,109); }

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

background-color css

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

 a { background-color: rgb(198,18,109); }

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

border-color css

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

 span { border-color: rgb(198,18,109); }

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