Html Css Color HEX #C21F74 Medium Violet Red

📋 copy color: '#C21F74'

red 194 ◦ green 31 ◦ blue 116

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

Shades of Medium Violet Red #C21F74

Tints of Medium Violet Red #C21F74

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.09%

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

R = 56.89%
G = 9.09%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C21F74 (or 0xC21F74) is known color: Medium Violet Red. HEX triplet: C2, 1F and 74. RGB value is (194,31,116). Sum of RGB (Red+Green+Blue) = 194+31+116=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 31 (12.5% from 255 or 9.09% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21F74 is #3DE08B. Grayscale: #595959. Windows color (decimal): -4055180 or 7610306. OLE color: 7610306.

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

Color convert

RGB 194 31 116 -
CMYK 0 0.84 0.40 0.24
HSL 328.71º 0.72% 0.44% -
HSV(B) 328.71º 0.84% 0.76% -
XYZ 25.89 13.71 17.8 -
YUV 89.43 143 202.59 -
System Red Green Blue C M Y K H S L
Decimal 194 31 116 0 0.84 0.40 0.24 328.71 0.72 0.44
Hex C2 1F 74 0 54 28 18 149 48 2C
Octal 302 37 164 0 124 50 30 511 110 54
Binary 11000010 11111 1110100 0 1010100 101000 11000 101001001 1001000 101100

Color Harmonies of #C21F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21F74

Black with #C21F74

Text Example


Text Example

White with #C21F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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