Html Css Color HEX #C6126C Medium Violet Red

📋 copy color: '#C6126C'

red 198 ◦ green 18 ◦ blue 108

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

Shades of Medium Violet Red #C6126C

Tints of Medium Violet Red #C6126C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.33%

R = 61.11%
G = 5.56%
B = 33.33%

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

#C6126C (or 0xC6126C) is known color: Medium Violet Red. HEX triplet: C6, 12 and 6C. RGB value is (198,18,108). Sum of RGB (Red+Green+Blue) = 198+18+108=324 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.11% from 324); Green value is 18 (7.42% from 255 or 5.56% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 198 - color contains mainly: red. Hex color #C6126C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6126C is #39ED93. Grayscale: #515151. Windows color (decimal): -3796372 or 7082694. OLE color: 7082694.

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

Color convert

RGB 198 18 108 -
CMYK 0 0.91 0.45 0.22
HSL 330º 0.83% 0.42% -
HSV(B) 330º 0.91% 0.78% -
XYZ 26.21 13.52 15.42 -
YUV 82.08 142.63 210.68 -
System Red Green Blue C M Y K H S L
Decimal 198 18 108 0 0.91 0.45 0.22 330 0.83 0.42
Hex C6 12 6C 0 5B 2D 16 14A 53 2A
Octal 306 22 154 0 133 55 26 512 123 52
Binary 11000110 10010 1101100 0 1011011 101101 10110 101001010 1010011 101010

Color Harmonies of #C6126C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6126C

Black with #C6126C

Text Example


Text Example

White with #C6126C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6126C; }

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

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

background-color css

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

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

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

border-color css

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

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

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