Html Css Color HEX #C21183 Medium Violet Red

📋 copy color: '#C21183'

red 194 ◦ green 17 ◦ blue 131

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

Shades of Medium Violet Red #C21183

Tints of Medium Violet Red #C21183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 38.3%

R = 56.73%
G = 4.97%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C21183 (or 0xC21183) is known color: Medium Violet Red. HEX triplet: C2, 11 and 83. RGB value is (194,17,131). Sum of RGB (Red+Green+Blue) = 194+17+131=342 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.73% from 342); Green value is 17 (7.03% from 255 or 4.97% from 342); Blue value is 131 (51.56% from 255 or 38.30% from 342); Max value from RGB is 194 - color contains mainly: red. Hex color #C21183 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21183 is #3DEE7C. Grayscale: #525252. Windows color (decimal): -4058749 or 8589762. OLE color: 8589762.

HSL color Cylindrical-coordinate representation of color #C21183: hue angle of 321.36º 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 #C21183 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 17 131 -
CMYK 0 0.91 0.32 0.24
HSL 321.36º 0.84% 0.41% -
HSV(B) 321.36º 0.91% 0.76% -
XYZ 26.55 13.51 22.68 -
YUV 82.92 155.14 207.23 -
System Red Green Blue C M Y K H S L
Decimal 194 17 131 0 0.91 0.32 0.24 321.36 0.84 0.41
Hex C2 11 83 0 5B 20 18 141 54 29
Octal 302 21 203 0 133 40 30 501 124 51
Binary 11000010 10001 10000011 0 1011011 100000 11000 101000001 1010100 101001

Color Harmonies of #C21183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21183

Black with #C21183

Text Example


Text Example

White with #C21183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21183; }

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

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

background-color css

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

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

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

border-color css

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

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

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