Html Css Color HEX #C0126D Medium Violet Red

📋 copy color: '#C0126D'

red 192 ◦ green 18 ◦ blue 109

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

Shades of Medium Violet Red #C0126D

Tints of Medium Violet Red #C0126D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.17%

R = 60.19%
G = 5.64%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C0126D (or 0xC0126D) is known color: Medium Violet Red. HEX triplet: C0, 12 and 6D. RGB value is (192,18,109). Sum of RGB (Red+Green+Blue) = 192+18+109=319 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.19% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 192 - color contains mainly: red. Hex color #C0126D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0126D is #3FED92. Grayscale: #505050. Windows color (decimal): -4189587 or 7148224. OLE color: 7148224.

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

Color convert

RGB 192 18 109 -
CMYK 0 0.91 0.43 0.25
HSL 328.62º 0.83% 0.41% -
HSV(B) 328.62º 0.91% 0.75% -
XYZ 24.71 12.74 15.63 -
YUV 80.4 144.15 207.6 -
System Red Green Blue C M Y K H S L
Decimal 192 18 109 0 0.91 0.43 0.25 328.62 0.83 0.41
Hex C0 12 6D 0 5B 2B 19 149 53 29
Octal 300 22 155 0 133 53 31 511 123 51
Binary 11000000 10010 1101101 0 1011011 101011 11001 101001001 1010011 101001

Color Harmonies of #C0126D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0126D

Black with #C0126D

Text Example


Text Example

White with #C0126D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0126D; }

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

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

background-color css

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

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

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

border-color css

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

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

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