Html Css Color HEX #C6127A Medium Violet Red

📋 copy color: '#C6127A'

red 198 ◦ green 18 ◦ blue 122

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

Shades of Medium Violet Red #C6127A

Tints of Medium Violet Red #C6127A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.09%

R = 58.58%
G = 5.33%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C6127A (or 0xC6127A) is known color: Medium Violet Red. HEX triplet: C6, 12 and 7A. RGB value is (198,18,122). Sum of RGB (Red+Green+Blue) = 198+18+122=338 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.58% from 338); Green value is 18 (7.42% from 255 or 5.33% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 198 - color contains mainly: red. Hex color #C6127A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6127A is #39ED85. Grayscale: #535353. Windows color (decimal): -3796358 or 8000198. OLE color: 8000198.

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

Color convert

RGB 198 18 122 -
CMYK 0 0.91 0.38 0.22
HSL 325.33º 0.83% 0.42% -
HSV(B) 325.33º 0.91% 0.78% -
XYZ 27.02 13.84 19.66 -
YUV 83.68 149.63 209.54 -
System Red Green Blue C M Y K H S L
Decimal 198 18 122 0 0.91 0.38 0.22 325.33 0.83 0.42
Hex C6 12 7A 0 5B 26 16 145 53 2A
Octal 306 22 172 0 133 46 26 505 123 52
Binary 11000110 10010 1111010 0 1011011 100110 10110 101000101 1010011 101010

Color Harmonies of #C6127A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6127A

Black with #C6127A

Text Example


Text Example

White with #C6127A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6127A; }

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

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

background-color css

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

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

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

border-color css

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

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

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