Html Css Color HEX #C6129C Medium Violet Red

📋 copy color: '#C6129C'

red 198 ◦ green 18 ◦ blue 156

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

Shades of Medium Violet Red #C6129C

Tints of Medium Violet Red #C6129C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.94%

R = 53.23%
G = 4.84%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C6129C (or 0xC6129C) is known color: Medium Violet Red. HEX triplet: C6, 12 and 9C. RGB value is (198,18,156). Sum of RGB (Red+Green+Blue) = 198+18+156=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 18 (7.42% from 255 or 4.84% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C6129C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6129C is #39ED63. Grayscale: #575757. Windows color (decimal): -3796324 or 10228422. OLE color: 10228422.

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

Color convert

RGB 198 18 156 -
CMYK 0 0.91 0.21 0.22
HSL 314º 0.83% 0.42% -
HSV(B) 314º 0.91% 0.78% -
XYZ 29.51 14.84 32.76 -
YUV 87.55 166.63 206.78 -
System Red Green Blue C M Y K H S L
Decimal 198 18 156 0 0.91 0.21 0.22 314 0.83 0.42
Hex C6 12 9C 0 5B 15 16 13A 53 2A
Octal 306 22 234 0 133 25 26 472 123 52
Binary 11000110 10010 10011100 0 1011011 10101 10110 100111010 1010011 101010

Color Harmonies of #C6129C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6129C

Black with #C6129C

Text Example


Text Example

White with #C6129C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6129C; }

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

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

background-color css

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

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

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

border-color css

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

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

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