Html Css Color HEX #C01781 Medium Violet Red

📋 copy color: '#C01781'

red 192 ◦ green 23 ◦ blue 129

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

Shades of Medium Violet Red #C01781

Tints of Medium Violet Red #C01781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 37.5%

R = 55.81%
G = 6.69%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C01781 (or 0xC01781) is known color: Medium Violet Red. HEX triplet: C0, 17 and 81. RGB value is (192,23,129). Sum of RGB (Red+Green+Blue) = 192+23+129=344 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.81% from 344); Green value is 23 (9.38% from 255 or 6.69% from 344); Blue value is 129 (50.78% from 255 or 37.5% from 344); Max value from RGB is 192 - color contains mainly: red. Hex color #C01781 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01781 is #3FE87E. Grayscale: #555555. Windows color (decimal): -4188287 or 8460224. OLE color: 8460224.

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

Color convert

RGB 192 23 129 -
CMYK 0 0.88 0.33 0.25
HSL 322.37º 0.79% 0.42% -
HSV(B) 322.37º 0.88% 0.75% -
XYZ 26.01 13.4 21.99 -
YUV 85.62 152.49 203.88 -
System Red Green Blue C M Y K H S L
Decimal 192 23 129 0 0.88 0.33 0.25 322.37 0.79 0.42
Hex C0 17 81 0 58 21 19 142 4F 2A
Octal 300 27 201 0 130 41 31 502 117 52
Binary 11000000 10111 10000001 0 1011000 100001 11001 101000010 1001111 101010

Color Harmonies of #C01781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01781

Black with #C01781

Text Example


Text Example

White with #C01781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01781; }

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

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

background-color css

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

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

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

border-color css

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

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

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