Html Css Color HEX #C21C74 Medium Violet Red

📋 copy color: '#C21C74'

red 194 ◦ green 28 ◦ blue 116

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

Shades of Medium Violet Red #C21C74

Tints of Medium Violet Red #C21C74

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.28%

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

R = 57.4%
G = 8.28%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C21C74 (or 0xC21C74) is known color: Medium Violet Red. HEX triplet: C2, 1C and 74. RGB value is (194,28,116). Sum of RGB (Red+Green+Blue) = 194+28+116=338 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.40% from 338); Green value is 28 (11.33% from 255 or 8.28% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 194 - color contains mainly: red. Hex color #C21C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21C74 is #3DE38B. Grayscale: #575757. Windows color (decimal): -4055948 or 7609538. OLE color: 7609538.

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

Color convert

RGB 194 28 116 -
CMYK 0 0.86 0.40 0.24
HSL 328.19º 0.75% 0.44% -
HSV(B) 328.19º 0.86% 0.76% -
XYZ 25.82 13.56 17.78 -
YUV 87.67 144 203.84 -
System Red Green Blue C M Y K H S L
Decimal 194 28 116 0 0.86 0.40 0.24 328.19 0.75 0.44
Hex C2 1C 74 0 56 28 18 148 4B 2C
Octal 302 34 164 0 126 50 30 510 113 54
Binary 11000010 11100 1110100 0 1010110 101000 11000 101001000 1001011 101100

Color Harmonies of #C21C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21C74

Black with #C21C74

Text Example


Text Example

White with #C21C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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