Html Css Color HEX #C6129F Medium Violet Red

📋 copy color: '#C6129F'

red 198 ◦ green 18 ◦ blue 159

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

Shades of Medium Violet Red #C6129F

Tints of Medium Violet Red #C6129F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.4%

R = 52.8%
G = 4.8%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C6129F (or 0xC6129F) is known color: Medium Violet Red. HEX triplet: C6, 12 and 9F. RGB value is (198,18,159). Sum of RGB (Red+Green+Blue) = 198+18+159=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 18 (7.42% from 255 or 4.8% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C6129F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6129F is #39ED60. Grayscale: #575757. Windows color (decimal): -3796321 or 10425030. OLE color: 10425030.

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

Color convert

RGB 198 18 159 -
CMYK 0 0.91 0.20 0.22
HSL 313º 0.83% 0.42% -
HSV(B) 313º 0.91% 0.78% -
XYZ 29.76 14.94 34.12 -
YUV 87.89 168.13 206.54 -
System Red Green Blue C M Y K H S L
Decimal 198 18 159 0 0.91 0.20 0.22 313 0.83 0.42
Hex C6 12 9F 0 5B 14 16 139 53 2A
Octal 306 22 237 0 133 24 26 471 123 52
Binary 11000110 10010 10011111 0 1011011 10100 10110 100111001 1010011 101010

Color Harmonies of #C6129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6129F

Black with #C6129F

Text Example


Text Example

White with #C6129F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6129F; }

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

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

background-color css

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

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

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

border-color css

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

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

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