Html Css Color HEX #C21E6A Medium Violet Red

📋 copy color: '#C21E6A'

red 194 ◦ green 30 ◦ blue 106

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

Shades of Medium Violet Red #C21E6A

Tints of Medium Violet Red #C21E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.12%

R = 58.79%
G = 9.09%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C21E6A (or 0xC21E6A) is known color: Medium Violet Red. HEX triplet: C2, 1E and 6A. RGB value is (194,30,106). Sum of RGB (Red+Green+Blue) = 194+30+106=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 30 (12.11% from 255 or 9.09% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21E6A is #3DE195. Grayscale: #575757. Windows color (decimal): -4055446 or 6954690. OLE color: 6954690.

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

Color convert

RGB 194 30 106 -
CMYK 0 0.85 0.45 0.24
HSL 332.2º 0.73% 0.44% -
HSV(B) 332.2º 0.85% 0.76% -
XYZ 25.31 13.44 14.9 -
YUV 87.7 138.33 203.82 -
System Red Green Blue C M Y K H S L
Decimal 194 30 106 0 0.85 0.45 0.24 332.2 0.73 0.44
Hex C2 1E 6A 0 55 2D 18 14C 49 2C
Octal 302 36 152 0 125 55 30 514 111 54
Binary 11000010 11110 1101010 0 1010101 101101 11000 101001100 1001001 101100

Color Harmonies of #C21E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21E6A

Black with #C21E6A

Text Example


Text Example

White with #C21E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21E6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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