Html Css Color HEX #C01786 Medium Violet Red

📋 copy color: '#C01786'

red 192 ◦ green 23 ◦ blue 134

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

Shades of Medium Violet Red #C01786

Tints of Medium Violet Red #C01786

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.59%

 BLUE value IS 134 (52.73% from 255) = 38.4%

R = 55.01%
G = 6.59%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C01786 (or 0xC01786) is known color: Medium Violet Red. HEX triplet: C0, 17 and 86. RGB value is (192,23,134). Sum of RGB (Red+Green+Blue) = 192+23+134=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 23 (9.38% from 255 or 6.59% from 349); Blue value is 134 (52.73% from 255 or 38.40% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C01786 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01786 is #3FE879. Grayscale: #555555. Windows color (decimal): -4188282 or 8787904. OLE color: 8787904.

HSL color Cylindrical-coordinate representation of color #C01786: hue angle of 320.59º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01786 is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 23 134 -
CMYK 0 0.88 0.30 0.25
HSL 320.59º 0.79% 0.42% -
HSV(B) 320.59º 0.88% 0.75% -
XYZ 26.35 13.54 23.78 -
YUV 86.19 154.99 203.47 -
System Red Green Blue C M Y K H S L
Decimal 192 23 134 0 0.88 0.30 0.25 320.59 0.79 0.42
Hex C0 17 86 0 58 1E 19 141 4F 2A
Octal 300 27 206 0 130 36 31 501 117 52
Binary 11000000 10111 10000110 0 1011000 11110 11001 101000001 1001111 101010

Color Harmonies of #C01786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01786

Black with #C01786

Text Example


Text Example

White with #C01786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01786; }

 p { color: rgb(192,23,134); }

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

background-color css

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

 a { background-color: rgb(192,23,134); }

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

border-color css

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

 span { border-color: rgb(192,23,134); }

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