Html Css Color HEX #C21E7A Medium Violet Red

📋 copy color: '#C21E7A'

red 194 ◦ green 30 ◦ blue 122

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

Shades of Medium Violet Red #C21E7A

Tints of Medium Violet Red #C21E7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.26%

R = 56.07%
G = 8.67%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C21E7A (or 0xC21E7A) is known color: Medium Violet Red. HEX triplet: C2, 1E and 7A. RGB value is (194,30,122). Sum of RGB (Red+Green+Blue) = 194+30+122=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 30 (12.11% from 255 or 8.67% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21E7A is #3DE185. Grayscale: #595959. Windows color (decimal): -4055430 or 8003266. OLE color: 8003266.

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

Color convert

RGB 194 30 122 -
CMYK 0 0.85 0.37 0.24
HSL 326.34º 0.73% 0.44% -
HSV(B) 326.34º 0.85% 0.76% -
XYZ 26.23 13.8 19.69 -
YUV 89.52 146.33 202.52 -
System Red Green Blue C M Y K H S L
Decimal 194 30 122 0 0.85 0.37 0.24 326.34 0.73 0.44
Hex C2 1E 7A 0 55 25 18 146 49 2C
Octal 302 36 172 0 125 45 30 506 111 54
Binary 11000010 11110 1111010 0 1010101 100101 11000 101000110 1001001 101100

Color Harmonies of #C21E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21E7A

Black with #C21E7A

Text Example


Text Example

White with #C21E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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