Html Css Color HEX #C0126A Medium Violet Red

📋 copy color: '#C0126A'

red 192 ◦ green 18 ◦ blue 106

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

Shades of Medium Violet Red #C0126A

Tints of Medium Violet Red #C0126A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.54%

R = 60.76%
G = 5.7%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#C0126A (or 0xC0126A) is known color: Medium Violet Red. HEX triplet: C0, 12 and 6A. RGB value is (192,18,106). Sum of RGB (Red+Green+Blue) = 192+18+106=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C0126A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0126A is #3FED95. Grayscale: #4F4F4F. Windows color (decimal): -4189590 or 6951616. OLE color: 6951616.

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

Color convert

RGB 192 18 106 -
CMYK 0 0.91 0.45 0.25
HSL 329.66º 0.83% 0.41% -
HSV(B) 329.66º 0.91% 0.75% -
XYZ 24.56 12.68 14.79 -
YUV 80.06 142.65 207.84 -
System Red Green Blue C M Y K H S L
Decimal 192 18 106 0 0.91 0.45 0.25 329.66 0.83 0.41
Hex C0 12 6A 0 5B 2D 19 14A 53 29
Octal 300 22 152 0 133 55 31 512 123 51
Binary 11000000 10010 1101010 0 1011011 101101 11001 101001010 1010011 101001

Color Harmonies of #C0126A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0126A

Black with #C0126A

Text Example


Text Example

White with #C0126A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0126A; }

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

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

background-color css

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

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

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

border-color css

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

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

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