Html Css Color HEX #C21E93 Medium Violet Red

📋 copy color: '#C21E93'

red 194 ◦ green 30 ◦ blue 147

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

Shades of Medium Violet Red #C21E93

Tints of Medium Violet Red #C21E93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 39.62%

R = 52.29%
G = 8.09%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C21E93 (or 0xC21E93) is known color: Medium Violet Red. HEX triplet: C2, 1E and 93. RGB value is (194,30,147). Sum of RGB (Red+Green+Blue) = 194+30+147=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 30 (12.11% from 255 or 8.09% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21E93 is #3DE16C. Grayscale: #5C5C5C. Windows color (decimal): -4055405 or 9641666. OLE color: 9641666.

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

Color convert

RGB 194 30 147 -
CMYK 0 0.85 0.24 0.24
HSL 317.2º 0.73% 0.44% -
HSV(B) 317.2º 0.85% 0.76% -
XYZ 27.98 14.5 28.93 -
YUV 92.37 158.83 200.49 -
System Red Green Blue C M Y K H S L
Decimal 194 30 147 0 0.85 0.24 0.24 317.2 0.73 0.44
Hex C2 1E 93 0 55 18 18 13D 49 2C
Octal 302 36 223 0 125 30 30 475 111 54
Binary 11000010 11110 10010011 0 1010101 11000 11000 100111101 1001001 101100

Color Harmonies of #C21E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21E93

Black with #C21E93

Text Example


Text Example

White with #C21E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21E93; }

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

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

background-color css

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

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

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

border-color css

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

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

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