Html Css Color HEX #C21484 Medium Violet Red

📋 copy color: '#C21484'

red 194 ◦ green 20 ◦ blue 132

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

Shades of Medium Violet Red #C21484

Tints of Medium Violet Red #C21484

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.78%

 BLUE value IS 132 (51.95% from 255) = 38.15%

R = 56.07%
G = 5.78%
B = 38.15%

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

#C21484 (or 0xC21484) is known color: Medium Violet Red. HEX triplet: C2, 14 and 84. RGB value is (194,20,132). Sum of RGB (Red+Green+Blue) = 194+20+132=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 20 (8.20% from 255 or 5.78% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C21484 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21484 is #3DEB7B. Grayscale: #545454. Windows color (decimal): -4057980 or 8656066. OLE color: 8656066.

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

Color convert

RGB 194 20 132 -
CMYK 0 0.90 0.32 0.24
HSL 321.38º 0.81% 0.42% -
HSV(B) 321.38º 0.9% 0.76% -
XYZ 26.66 13.64 23.06 -
YUV 84.79 154.65 205.89 -
System Red Green Blue C M Y K H S L
Decimal 194 20 132 0 0.90 0.32 0.24 321.38 0.81 0.42
Hex C2 14 84 0 5A 20 18 141 51 2A
Octal 302 24 204 0 132 40 30 501 121 52
Binary 11000010 10100 10000100 0 1011010 100000 11000 101000001 1010001 101010

Color Harmonies of #C21484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21484

Black with #C21484

Text Example


Text Example

White with #C21484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21484; }

 p { color: rgb(194,20,132); }

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

background-color css

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

 a { background-color: rgb(194,20,132); }

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

border-color css

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

 span { border-color: rgb(194,20,132); }

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