Html Css Color HEX #C01380 Medium Violet Red

📋 copy color: '#C01380'

red 192 ◦ green 19 ◦ blue 128

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

Shades of Medium Violet Red #C01380

Tints of Medium Violet Red #C01380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 37.76%

R = 56.64%
G = 5.6%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C01380 (or 0xC01380) is known color: Medium Violet Red. HEX triplet: C0, 13 and 80. RGB value is (192,19,128). Sum of RGB (Red+Green+Blue) = 192+19+128=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C01380 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01380 is #3FEC7F. Grayscale: #525252. Windows color (decimal): -4189312 or 8393664. OLE color: 8393664.

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

Color convert

RGB 192 19 128 -
CMYK 0 0.90 0.33 0.25
HSL 322.2º 0.82% 0.41% -
HSV(B) 322.2º 0.9% 0.75% -
XYZ 25.87 13.23 21.61 -
YUV 83.15 153.31 205.64 -
System Red Green Blue C M Y K H S L
Decimal 192 19 128 0 0.90 0.33 0.25 322.2 0.82 0.41
Hex C0 13 80 0 5A 21 19 142 52 29
Octal 300 23 200 0 132 41 31 502 122 51
Binary 11000000 10011 10000000 0 1011010 100001 11001 101000010 1010010 101001

Color Harmonies of #C01380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01380

Black with #C01380

Text Example


Text Example

White with #C01380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01380; }

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

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

background-color css

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

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

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

border-color css

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

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

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