Html Css Color HEX #C01382 Medium Violet Red

📋 copy color: '#C01382'

red 192 ◦ green 19 ◦ blue 130

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

Shades of Medium Violet Red #C01382

Tints of Medium Violet Red #C01382

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.57%

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

R = 56.3%
G = 5.57%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C01382 (or 0xC01382) is known color: Medium Violet Red. HEX triplet: C0, 13 and 82. RGB value is (192,19,130). Sum of RGB (Red+Green+Blue) = 192+19+130=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 19 (7.81% from 255 or 5.57% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C01382 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01382 is #3FEC7D. Grayscale: #535353. Windows color (decimal): -4189310 or 8524736. OLE color: 8524736.

HSL color Cylindrical-coordinate representation of color #C01382: hue angle of 321.5º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01382 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 19 130 -
CMYK 0 0.90 0.32 0.25
HSL 321.5º 0.82% 0.41% -
HSV(B) 321.5º 0.9% 0.75% -
XYZ 26 13.28 22.31 -
YUV 83.38 154.31 205.47 -
System Red Green Blue C M Y K H S L
Decimal 192 19 130 0 0.90 0.32 0.25 321.5 0.82 0.41
Hex C0 13 82 0 5A 20 19 142 52 29
Octal 300 23 202 0 132 40 31 502 122 51
Binary 11000000 10011 10000010 0 1011010 100000 11001 101000010 1010010 101001

Color Harmonies of #C01382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01382

Black with #C01382

Text Example


Text Example

White with #C01382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01382; }

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

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

background-color css

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

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

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

border-color css

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

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

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