Html Css Color HEX #C6126B Medium Violet Red

📋 copy color: '#C6126B'

red 198 ◦ green 18 ◦ blue 107

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

Shades of Medium Violet Red #C6126B

Tints of Medium Violet Red #C6126B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.13%

R = 61.3%
G = 5.57%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C6126B (or 0xC6126B) is known color: Medium Violet Red. HEX triplet: C6, 12 and 6B. RGB value is (198,18,107). Sum of RGB (Red+Green+Blue) = 198+18+107=323 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.30% from 323); Green value is 18 (7.42% from 255 or 5.57% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 198 - color contains mainly: red. Hex color #C6126B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6126B is #39ED94. Grayscale: #515151. Windows color (decimal): -3796373 or 7017158. OLE color: 7017158.

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

Color convert

RGB 198 18 107 -
CMYK 0 0.91 0.46 0.22
HSL 330.33º 0.83% 0.42% -
HSV(B) 330.33º 0.91% 0.78% -
XYZ 26.16 13.5 15.14 -
YUV 81.97 142.13 210.76 -
System Red Green Blue C M Y K H S L
Decimal 198 18 107 0 0.91 0.46 0.22 330.33 0.83 0.42
Hex C6 12 6B 0 5B 2E 16 14A 53 2A
Octal 306 22 153 0 133 56 26 512 123 52
Binary 11000110 10010 1101011 0 1011011 101110 10110 101001010 1010011 101010

Color Harmonies of #C6126B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6126B

Black with #C6126B

Text Example


Text Example

White with #C6126B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6126B; }

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

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

background-color css

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

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

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

border-color css

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

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

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