Html Css Color HEX #C21D83 Medium Violet Red

📋 copy color: '#C21D83'

red 194 ◦ green 29 ◦ blue 131

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

Shades of Medium Violet Red #C21D83

Tints of Medium Violet Red #C21D83

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.19%

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

R = 54.8%
G = 8.19%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C21D83 (or 0xC21D83) is known color: Medium Violet Red. HEX triplet: C2, 1D and 83. RGB value is (194,29,131). Sum of RGB (Red+Green+Blue) = 194+29+131=354 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.80% from 354); Green value is 29 (11.72% from 255 or 8.19% from 354); Blue value is 131 (51.56% from 255 or 37.01% from 354); Max value from RGB is 194 - color contains mainly: red. Hex color #C21D83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21D83 is #3DE27C. Grayscale: #595959. Windows color (decimal): -4055677 or 8592834. OLE color: 8592834.

HSL color Cylindrical-coordinate representation of color #C21D83: hue angle of 322.91º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C21D83 is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 29 131 -
CMYK 0 0.85 0.32 0.24
HSL 322.91º 0.74% 0.44% -
HSV(B) 322.91º 0.85% 0.76% -
XYZ 26.78 13.99 22.76 -
YUV 89.96 151.16 202.21 -
System Red Green Blue C M Y K H S L
Decimal 194 29 131 0 0.85 0.32 0.24 322.91 0.74 0.44
Hex C2 1D 83 0 55 20 18 143 4A 2C
Octal 302 35 203 0 125 40 30 503 112 54
Binary 11000010 11101 10000011 0 1010101 100000 11000 101000011 1001010 101100

Color Harmonies of #C21D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21D83

Black with #C21D83

Text Example


Text Example

White with #C21D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21D83; }

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

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

background-color css

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

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

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

border-color css

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

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

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