Html Css Color HEX #C21F78 Medium Violet Red

📋 copy color: '#C21F78'

red 194 ◦ green 31 ◦ blue 120

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

Shades of Medium Violet Red #C21F78

Tints of Medium Violet Red #C21F78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 34.78%

R = 56.23%
G = 8.99%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C21F78 (or 0xC21F78) is known color: Medium Violet Red. HEX triplet: C2, 1F and 78. RGB value is (194,31,120). Sum of RGB (Red+Green+Blue) = 194+31+120=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 31 (12.5% from 255 or 8.99% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21F78 is #3DE087. Grayscale: #595959. Windows color (decimal): -4055176 or 7872450. OLE color: 7872450.

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

Color convert

RGB 194 31 120 -
CMYK 0 0.84 0.38 0.24
HSL 327.24º 0.72% 0.44% -
HSV(B) 327.24º 0.84% 0.76% -
XYZ 26.13 13.81 19.06 -
YUV 89.88 145 202.26 -
System Red Green Blue C M Y K H S L
Decimal 194 31 120 0 0.84 0.38 0.24 327.24 0.72 0.44
Hex C2 1F 78 0 54 26 18 147 48 2C
Octal 302 37 170 0 124 46 30 507 110 54
Binary 11000010 11111 1111000 0 1010100 100110 11000 101000111 1001000 101100

Color Harmonies of #C21F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21F78

Black with #C21F78

Text Example


Text Example

White with #C21F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21F78; }

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

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

background-color css

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

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

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

border-color css

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

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

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