Html Css Color HEX #C21A8F Medium Violet Red

📋 copy color: '#C21A8F'

red 194 ◦ green 26 ◦ blue 143

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

Shades of Medium Violet Red #C21A8F

Tints of Medium Violet Red #C21A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 39.39%

R = 53.44%
G = 7.16%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C21A8F (or 0xC21A8F) is known color: Medium Violet Red. HEX triplet: C2, 1A and 8F. RGB value is (194,26,143). Sum of RGB (Red+Green+Blue) = 194+26+143=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 26 (10.55% from 255 or 7.16% from 363); Blue value is 143 (56.25% from 255 or 39.39% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C21A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21A8F is #3DE570. Grayscale: #595959. Windows color (decimal): -4056433 or 9378498. OLE color: 9378498.

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

Color convert

RGB 194 26 143 -
CMYK 0 0.87 0.26 0.24
HSL 318.21º 0.76% 0.43% -
HSV(B) 318.21º 0.87% 0.76% -
XYZ 27.58 14.19 27.27 -
YUV 89.57 158.16 202.49 -
System Red Green Blue C M Y K H S L
Decimal 194 26 143 0 0.87 0.26 0.24 318.21 0.76 0.43
Hex C2 1A 8F 0 57 1A 18 13E 4C 2B
Octal 302 32 217 0 127 32 30 476 114 53
Binary 11000010 11010 10001111 0 1010111 11010 11000 100111110 1001100 101011

Color Harmonies of #C21A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21A8F

Black with #C21A8F

Text Example


Text Example

White with #C21A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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