Html Css Color HEX #C21383 Medium Violet Red

📋 copy color: '#C21383'

red 194 ◦ green 19 ◦ blue 131

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

Shades of Medium Violet Red #C21383

Tints of Medium Violet Red #C21383

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.52%

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

R = 56.4%
G = 5.52%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C21383 (or 0xC21383) is known color: Medium Violet Red. HEX triplet: C2, 13 and 83. RGB value is (194,19,131). Sum of RGB (Red+Green+Blue) = 194+19+131=344 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.40% from 344); Green value is 19 (7.81% from 255 or 5.52% from 344); Blue value is 131 (51.56% from 255 or 38.08% from 344); Max value from RGB is 194 - color contains mainly: red. Hex color #C21383 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21383 is #3DEC7C. Grayscale: #535353. Windows color (decimal): -4058237 or 8590274. OLE color: 8590274.

HSL color Cylindrical-coordinate representation of color #C21383: hue angle of 321.6º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C21383 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 19 131 -
CMYK 0 0.90 0.32 0.24
HSL 321.6º 0.82% 0.42% -
HSV(B) 321.6º 0.9% 0.76% -
XYZ 26.58 13.57 22.69 -
YUV 84.09 154.48 206.39 -
System Red Green Blue C M Y K H S L
Decimal 194 19 131 0 0.90 0.32 0.24 321.6 0.82 0.42
Hex C2 13 83 0 5A 20 18 142 52 2A
Octal 302 23 203 0 132 40 30 502 122 52
Binary 11000010 10011 10000011 0 1011010 100000 11000 101000010 1010010 101010

Color Harmonies of #C21383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21383

Black with #C21383

Text Example


Text Example

White with #C21383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21383; }

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

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

background-color css

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

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

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

border-color css

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

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

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