Html Css Color HEX #C21E70 Medium Violet Red

📋 copy color: '#C21E70'

red 194 ◦ green 30 ◦ blue 112

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

Shades of Medium Violet Red #C21E70

Tints of Medium Violet Red #C21E70

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.93%

 BLUE value IS 112 (44.14% from 255) = 33.33%

R = 57.74%
G = 8.93%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C21E70 (or 0xC21E70) is known color: Medium Violet Red. HEX triplet: C2, 1E and 70. RGB value is (194,30,112). Sum of RGB (Red+Green+Blue) = 194+30+112=336 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.74% from 336); Green value is 30 (12.11% from 255 or 8.93% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21E70 is #3DE18F. Grayscale: #585858. Windows color (decimal): -4055440 or 7347906. OLE color: 7347906.

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

Color convert

RGB 194 30 112 -
CMYK 0 0.85 0.42 0.24
HSL 330º 0.73% 0.44% -
HSV(B) 330º 0.85% 0.76% -
XYZ 25.64 13.57 16.6 -
YUV 88.38 141.33 203.33 -
System Red Green Blue C M Y K H S L
Decimal 194 30 112 0 0.85 0.42 0.24 330 0.73 0.44
Hex C2 1E 70 0 55 2A 18 14A 49 2C
Octal 302 36 160 0 125 52 30 512 111 54
Binary 11000010 11110 1110000 0 1010101 101010 11000 101001010 1001001 101100

Color Harmonies of #C21E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21E70

Black with #C21E70

Text Example


Text Example

White with #C21E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21E70; }

 p { color: rgb(194,30,112); }

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

background-color css

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

 a { background-color: rgb(194,30,112); }

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

border-color css

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

 span { border-color: rgb(194,30,112); }

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