Html Css Color HEX #C0129A Medium Violet Red

📋 copy color: '#C0129A'

red 192 ◦ green 18 ◦ blue 154

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

Shades of Medium Violet Red #C0129A

Tints of Medium Violet Red #C0129A

RGB

 RED value IS 192 (75.39% from 255) = 52.75%

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

 BLUE value IS 154 (60.55% from 255) = 42.31%

R = 52.75%
G = 4.95%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#C0129A (or 0xC0129A) is known color: Medium Violet Red. HEX triplet: C0, 12 and 9A. RGB value is (192,18,154). Sum of RGB (Red+Green+Blue) = 192+18+154=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 18 (7.42% from 255 or 4.95% from 364); Blue value is 154 (60.55% from 255 or 42.31% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C0129A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0129A is #3FED65. Grayscale: #555555. Windows color (decimal): -4189542 or 10097344. OLE color: 10097344.

HSL color Cylindrical-coordinate representation of color #C0129A: hue angle of 313.1º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0129A is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 18 154 -
CMYK 0 0.91 0.20 0.25
HSL 313.1º 0.83% 0.41% -
HSV(B) 313.1º 0.91% 0.75% -
XYZ 27.79 13.97 31.8 -
YUV 85.53 166.65 203.94 -
System Red Green Blue C M Y K H S L
Decimal 192 18 154 0 0.91 0.20 0.25 313.1 0.83 0.41
Hex C0 12 9A 0 5B 14 19 139 53 29
Octal 300 22 232 0 133 24 31 471 123 51
Binary 11000000 10010 10011010 0 1011011 10100 11001 100111001 1010011 101001

Color Harmonies of #C0129A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0129A

Black with #C0129A

Text Example


Text Example

White with #C0129A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0129A; }

 p { color: rgb(192,18,154); }

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

background-color css

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

 a { background-color: rgb(192,18,154); }

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

border-color css

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

 span { border-color: rgb(192,18,154); }

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