Html Css Color HEX #C0126F Medium Violet Red

📋 copy color: '#C0126F'

red 192 ◦ green 18 ◦ blue 111

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

Shades of Medium Violet Red #C0126F

Tints of Medium Violet Red #C0126F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.58%

R = 59.81%
G = 5.61%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C0126F (or 0xC0126F) is known color: Medium Violet Red. HEX triplet: C0, 12 and 6F. RGB value is (192,18,111). Sum of RGB (Red+Green+Blue) = 192+18+111=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 111 (43.75% from 255 or 34.58% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C0126F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0126F is #3FED90. Grayscale: #505050. Windows color (decimal): -4189585 or 7279296. OLE color: 7279296.

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

Color convert

RGB 192 18 111 -
CMYK 0 0.91 0.42 0.25
HSL 327.93º 0.83% 0.41% -
HSV(B) 327.93º 0.91% 0.75% -
XYZ 24.82 12.79 16.2 -
YUV 80.63 145.15 207.44 -
System Red Green Blue C M Y K H S L
Decimal 192 18 111 0 0.91 0.42 0.25 327.93 0.83 0.41
Hex C0 12 6F 0 5B 2A 19 148 53 29
Octal 300 22 157 0 133 52 31 510 123 51
Binary 11000000 10010 1101111 0 1011011 101010 11001 101001000 1010011 101001

Color Harmonies of #C0126F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0126F

Black with #C0126F

Text Example


Text Example

White with #C0126F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0126F; }

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

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

background-color css

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

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

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

border-color css

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

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

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