Html Css Color HEX #C6126A Medium Violet Red

📋 copy color: '#C6126A'

red 198 ◦ green 18 ◦ blue 106

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

Shades of Medium Violet Red #C6126A

Tints of Medium Violet Red #C6126A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.92%

R = 61.49%
G = 5.59%
B = 32.92%

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

#C6126A (or 0xC6126A) is known color: Medium Violet Red. HEX triplet: C6, 12 and 6A. RGB value is (198,18,106). Sum of RGB (Red+Green+Blue) = 198+18+106=322 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.49% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 198 - color contains mainly: red. Hex color #C6126A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6126A is #39ED95. Grayscale: #515151. Windows color (decimal): -3796374 or 6951622. OLE color: 6951622.

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

Color convert

RGB 198 18 106 -
CMYK 0 0.91 0.46 0.22
HSL 330.67º 0.83% 0.42% -
HSV(B) 330.67º 0.91% 0.78% -
XYZ 26.11 13.48 14.86 -
YUV 81.85 141.63 210.84 -
System Red Green Blue C M Y K H S L
Decimal 198 18 106 0 0.91 0.46 0.22 330.67 0.83 0.42
Hex C6 12 6A 0 5B 2E 16 14B 53 2A
Octal 306 22 152 0 133 56 26 513 123 52
Binary 11000110 10010 1101010 0 1011011 101110 10110 101001011 1010011 101010

Color Harmonies of #C6126A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6126A

Black with #C6126A

Text Example


Text Example

White with #C6126A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6126A; }

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

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

background-color css

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

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

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

border-color css

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

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

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