Html Css Color HEX #C21182 Medium Violet Red

📋 copy color: '#C21182'

red 194 ◦ green 17 ◦ blue 130

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

Shades of Medium Violet Red #C21182

Tints of Medium Violet Red #C21182

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.99%

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

R = 56.89%
G = 4.99%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C21182 (or 0xC21182) is known color: Medium Violet Red. HEX triplet: C2, 11 and 82. RGB value is (194,17,130). Sum of RGB (Red+Green+Blue) = 194+17+130=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 17 (7.03% from 255 or 4.99% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C21182 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21182 is #3DEE7D. Grayscale: #525252. Windows color (decimal): -4058750 or 8524226. OLE color: 8524226.

HSL color Cylindrical-coordinate representation of color #C21182: hue angle of 321.69º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C21182 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 17 130 -
CMYK 0 0.91 0.33 0.24
HSL 321.69º 0.84% 0.41% -
HSV(B) 321.69º 0.91% 0.76% -
XYZ 26.48 13.48 22.33 -
YUV 82.81 154.64 207.31 -
System Red Green Blue C M Y K H S L
Decimal 194 17 130 0 0.91 0.33 0.24 321.69 0.84 0.41
Hex C2 11 82 0 5B 21 18 142 54 29
Octal 302 21 202 0 133 41 30 502 124 51
Binary 11000010 10001 10000010 0 1011011 100001 11000 101000010 1010100 101001

Color Harmonies of #C21182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21182

Black with #C21182

Text Example


Text Example

White with #C21182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21182; }

 p { color: rgb(194,17,130); }

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

background-color css

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

 a { background-color: rgb(194,17,130); }

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

border-color css

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

 span { border-color: rgb(194,17,130); }

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