Html Css Color HEX #C0129D Medium Violet Red

📋 copy color: '#C0129D'

red 192 ◦ green 18 ◦ blue 157

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

Shades of Medium Violet Red #C0129D

Tints of Medium Violet Red #C0129D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.78%

R = 52.32%
G = 4.9%
B = 42.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C0129D (or 0xC0129D) is known color: Medium Violet Red. HEX triplet: C0, 12 and 9D. RGB value is (192,18,157). Sum of RGB (Red+Green+Blue) = 192+18+157=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 18 (7.42% from 255 or 4.90% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C0129D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0129D is #3FED62. Grayscale: #555555. Windows color (decimal): -4189539 or 10293952. OLE color: 10293952.

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

Color convert

RGB 192 18 157 -
CMYK 0 0.91 0.18 0.25
HSL 312.07º 0.83% 0.41% -
HSV(B) 312.07º 0.91% 0.75% -
XYZ 28.04 14.07 33.14 -
YUV 85.87 168.15 203.7 -
System Red Green Blue C M Y K H S L
Decimal 192 18 157 0 0.91 0.18 0.25 312.07 0.83 0.41
Hex C0 12 9D 0 5B 12 19 138 53 29
Octal 300 22 235 0 133 22 31 470 123 51
Binary 11000000 10010 10011101 0 1011011 10010 11001 100111000 1010011 101001

Color Harmonies of #C0129D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0129D

Black with #C0129D

Text Example


Text Example

White with #C0129D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0129D; }

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

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

background-color css

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

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

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

border-color css

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

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

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