Html Css Color HEX #C21A6F Medium Violet Red

📋 copy color: '#C21A6F'

red 194 ◦ green 26 ◦ blue 111

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

Shades of Medium Violet Red #C21A6F

Tints of Medium Violet Red #C21A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.53%

R = 58.61%
G = 7.85%
B = 33.53%

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

#C21A6F (or 0xC21A6F) is known color: Medium Violet Red. HEX triplet: C2, 1A and 6F. RGB value is (194,26,111). Sum of RGB (Red+Green+Blue) = 194+26+111=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 26 (10.55% from 255 or 7.85% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C21A6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21A6F is #3DE590. Grayscale: #555555. Windows color (decimal): -4056465 or 7281346. OLE color: 7281346.

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

Color convert

RGB 194 26 111 -
CMYK 0 0.87 0.43 0.24
HSL 329.64º 0.76% 0.43% -
HSV(B) 329.64º 0.87% 0.76% -
XYZ 25.49 13.36 16.27 -
YUV 85.92 142.16 205.09 -
System Red Green Blue C M Y K H S L
Decimal 194 26 111 0 0.87 0.43 0.24 329.64 0.76 0.43
Hex C2 1A 6F 0 57 2B 18 14A 4C 2B
Octal 302 32 157 0 127 53 30 512 114 53
Binary 11000010 11010 1101111 0 1010111 101011 11000 101001010 1001100 101011

Color Harmonies of #C21A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21A6F

Black with #C21A6F

Text Example


Text Example

White with #C21A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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