Html Css Color HEX #C20081 Medium Violet Red

📋 copy color: '#C20081'

red 194 ◦ green 0 ◦ blue 129

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

Shades of Medium Violet Red #C20081

Tints of Medium Violet Red #C20081

RGB

 RED value IS 194 (76.17% from 255) = 60.06%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 60.06%
G = 0%
B = 39.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C20081 (or 0xC20081) is known color: Medium Violet Red. HEX triplet: C2, 00 and 81. RGB value is (194,0,129). Sum of RGB (Red+Green+Blue) = 194+0+129=323 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.06% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 129 (50.78% from 255 or 39.94% from 323); Max value from RGB is 194 - color contains mainly: red. Hex color #C20081 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20081 is #3DFF7E. Grayscale: #484848. Windows color (decimal): -4063103 or 8454338. OLE color: 8454338.

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

Color convert

RGB 194 0 129 -
CMYK 0 1 0.34 0.24
HSL 320.1º 1% 0.38% -
HSV(B) 320.1º 1% 0.76% -
XYZ 26.21 13.05 21.91 -
YUV 72.71 159.77 214.51 -
System Red Green Blue C M Y K H S L
Decimal 194 0 129 0 1 0.34 0.24 320.1 1 0.38
Hex C2 0 81 0 64 22 18 140 64 26
Octal 302 0 201 0 144 42 30 500 144 46
Binary 11000010 0 10000001 0 1100100 100010 11000 101000000 1100100 100110

Color Harmonies of #C20081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20081

Black with #C20081

Text Example


Text Example

White with #C20081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20081; }

 p { color: rgb(194,0,129); }

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

background-color css

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

 a { background-color: rgb(194,0,129); }

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

border-color css

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

 span { border-color: rgb(194,0,129); }

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