Html Css Color HEX #C21A6E Medium Violet Red

📋 copy color: '#C21A6E'

red 194 ◦ green 26 ◦ blue 110

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

Shades of Medium Violet Red #C21A6E

Tints of Medium Violet Red #C21A6E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.88%

 BLUE value IS 110 (43.36% from 255) = 33.33%

R = 58.79%
G = 7.88%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C21A6E (or 0xC21A6E) is known color: Medium Violet Red. HEX triplet: C2, 1A and 6E. RGB value is (194,26,110). Sum of RGB (Red+Green+Blue) = 194+26+110=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 26 (10.55% from 255 or 7.88% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C21A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21A6E is #3DE591. Grayscale: #555555. Windows color (decimal): -4056466 or 7215810. OLE color: 7215810.

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

Color convert

RGB 194 26 110 -
CMYK 0 0.87 0.43 0.24
HSL 330º 0.76% 0.43% -
HSV(B) 330º 0.87% 0.76% -
XYZ 25.43 13.33 15.99 -
YUV 85.81 141.66 205.17 -
System Red Green Blue C M Y K H S L
Decimal 194 26 110 0 0.87 0.43 0.24 330 0.76 0.43
Hex C2 1A 6E 0 57 2B 18 14A 4C 2B
Octal 302 32 156 0 127 53 30 512 114 53
Binary 11000010 11010 1101110 0 1010111 101011 11000 101001010 1001100 101011

Color Harmonies of #C21A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21A6E

Black with #C21A6E

Text Example


Text Example

White with #C21A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21A6E; }

 p { color: rgb(194,26,110); }

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

background-color css

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

 a { background-color: rgb(194,26,110); }

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

border-color css

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

 span { border-color: rgb(194,26,110); }

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