Html Css Color HEX #C21474 Medium Violet Red

📋 copy color: '#C21474'

red 194 ◦ green 20 ◦ blue 116

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

Shades of Medium Violet Red #C21474

Tints of Medium Violet Red #C21474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.15%

R = 58.79%
G = 6.06%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C21474 (or 0xC21474) is known color: Medium Violet Red. HEX triplet: C2, 14 and 74. RGB value is (194,20,116). Sum of RGB (Red+Green+Blue) = 194+20+116=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C21474 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21474 is #3DEB8B. Grayscale: #525252. Windows color (decimal): -4057996 or 7607490. OLE color: 7607490.

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

Color convert

RGB 194 20 116 -
CMYK 0 0.90 0.40 0.24
HSL 326.9º 0.81% 0.42% -
HSV(B) 326.9º 0.9% 0.76% -
XYZ 25.65 13.23 17.72 -
YUV 82.97 146.65 207.19 -
System Red Green Blue C M Y K H S L
Decimal 194 20 116 0 0.90 0.40 0.24 326.9 0.81 0.42
Hex C2 14 74 0 5A 28 18 147 51 2A
Octal 302 24 164 0 132 50 30 507 121 52
Binary 11000010 10100 1110100 0 1011010 101000 11000 101000111 1010001 101010

Color Harmonies of #C21474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21474

Black with #C21474

Text Example


Text Example

White with #C21474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21474; }

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

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

background-color css

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

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

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

border-color css

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

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

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