Html Css Color HEX #C01782 Medium Violet Red

📋 copy color: '#C01782'

red 192 ◦ green 23 ◦ blue 130

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

Shades of Medium Violet Red #C01782

Tints of Medium Violet Red #C01782

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 37.68%

R = 55.65%
G = 6.67%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C01782 (or 0xC01782) is known color: Medium Violet Red. HEX triplet: C0, 17 and 82. RGB value is (192,23,130). Sum of RGB (Red+Green+Blue) = 192+23+130=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 23 (9.38% from 255 or 6.67% from 345); Blue value is 130 (51.17% from 255 or 37.68% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C01782 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01782 is #3FE87D. Grayscale: #555555. Windows color (decimal): -4188286 or 8525760. OLE color: 8525760.

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

Color convert

RGB 192 23 130 -
CMYK 0 0.88 0.32 0.25
HSL 322.01º 0.79% 0.42% -
HSV(B) 322.01º 0.88% 0.75% -
XYZ 26.07 13.43 22.34 -
YUV 85.73 152.99 203.8 -
System Red Green Blue C M Y K H S L
Decimal 192 23 130 0 0.88 0.32 0.25 322.01 0.79 0.42
Hex C0 17 82 0 58 20 19 142 4F 2A
Octal 300 27 202 0 130 40 31 502 117 52
Binary 11000000 10111 10000010 0 1011000 100000 11001 101000010 1001111 101010

Color Harmonies of #C01782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01782

Black with #C01782

Text Example


Text Example

White with #C01782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01782; }

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

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

background-color css

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

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

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

border-color css

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

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

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