Html Css Color HEX #C00180 Medium Violet Red

📋 copy color: '#C00180'

red 192 ◦ green 1 ◦ blue 128

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

Shades of Medium Violet Red #C00180

Tints of Medium Violet Red #C00180

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 59.81%
G = 0.31%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C00180 (or 0xC00180) is known color: Medium Violet Red. HEX triplet: C0, 01 and 80. RGB value is (192,1,128). Sum of RGB (Red+Green+Blue) = 192+1+128=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 1 (0.78% from 255 or 0.31% from 321); Blue value is 128 (50.39% from 255 or 39.88% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C00180 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00180 is #3FFE7F. Grayscale: #484848. Windows color (decimal): -4193920 or 8389056. OLE color: 8389056.

HSL color Cylindrical-coordinate representation of color #C00180: hue angle of 320.1º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C00180 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 1 128 -
CMYK 0 0.99 0.33 0.25
HSL 320.1º 0.99% 0.38% -
HSV(B) 320.1º 0.99% 0.75% -
XYZ 25.65 12.79 21.54 -
YUV 72.59 159.28 213.17 -
System Red Green Blue C M Y K H S L
Decimal 192 1 128 0 0.99 0.33 0.25 320.1 0.99 0.38
Hex C0 1 80 0 63 21 19 140 63 26
Octal 300 1 200 0 143 41 31 500 143 46
Binary 11000000 1 10000000 0 1100011 100001 11001 101000000 1100011 100110

Color Harmonies of #C00180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00180

Black with #C00180

Text Example


Text Example

White with #C00180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00180; }

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

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

background-color css

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

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

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

border-color css

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

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

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