Html Css Color HEX #C01785 Medium Violet Red

📋 copy color: '#C01785'

red 192 ◦ green 23 ◦ blue 133

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

Shades of Medium Violet Red #C01785

Tints of Medium Violet Red #C01785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38.22%

R = 55.17%
G = 6.61%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C01785 (or 0xC01785) is known color: Medium Violet Red. HEX triplet: C0, 17 and 85. RGB value is (192,23,133). Sum of RGB (Red+Green+Blue) = 192+23+133=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 23 (9.38% from 255 or 6.61% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C01785 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01785 is #3FE87A. Grayscale: #555555. Windows color (decimal): -4188283 or 8722368. OLE color: 8722368.

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

Color convert

RGB 192 23 133 -
CMYK 0 0.88 0.31 0.25
HSL 320.95º 0.79% 0.42% -
HSV(B) 320.95º 0.88% 0.75% -
XYZ 26.28 13.51 23.41 -
YUV 86.07 154.49 203.56 -
System Red Green Blue C M Y K H S L
Decimal 192 23 133 0 0.88 0.31 0.25 320.95 0.79 0.42
Hex C0 17 85 0 58 1F 19 141 4F 2A
Octal 300 27 205 0 130 37 31 501 117 52
Binary 11000000 10111 10000101 0 1011000 11111 11001 101000001 1001111 101010

Color Harmonies of #C01785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01785

Black with #C01785

Text Example


Text Example

White with #C01785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01785; }

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

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

background-color css

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

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

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

border-color css

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

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

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