Html Css Color HEX #C21E7C Medium Violet Red

📋 copy color: '#C21E7C'

red 194 ◦ green 30 ◦ blue 124

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

Shades of Medium Violet Red #C21E7C

Tints of Medium Violet Red #C21E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.63%

R = 55.75%
G = 8.62%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C21E7C (or 0xC21E7C) is known color: Medium Violet Red. HEX triplet: C2, 1E and 7C. RGB value is (194,30,124). Sum of RGB (Red+Green+Blue) = 194+30+124=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 30 (12.11% from 255 or 8.62% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21E7C is #3DE183. Grayscale: #595959. Windows color (decimal): -4055428 or 8134338. OLE color: 8134338.

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

Color convert

RGB 194 30 124 -
CMYK 0 0.85 0.36 0.24
HSL 325.61º 0.73% 0.44% -
HSV(B) 325.61º 0.85% 0.76% -
XYZ 26.35 13.85 20.35 -
YUV 89.75 147.33 202.36 -
System Red Green Blue C M Y K H S L
Decimal 194 30 124 0 0.85 0.36 0.24 325.61 0.73 0.44
Hex C2 1E 7C 0 55 24 18 146 49 2C
Octal 302 36 174 0 125 44 30 506 111 54
Binary 11000010 11110 1111100 0 1010101 100100 11000 101000110 1001001 101100

Color Harmonies of #C21E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21E7C

Black with #C21E7C

Text Example


Text Example

White with #C21E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21E7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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