Html Css Color HEX #C21A7D Medium Violet Red

📋 copy color: '#C21A7D'

red 194 ◦ green 26 ◦ blue 125

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

Shades of Medium Violet Red #C21A7D

Tints of Medium Violet Red #C21A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.23%

R = 56.23%
G = 7.54%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C21A7D (or 0xC21A7D) is known color: Medium Violet Red. HEX triplet: C2, 1A and 7D. RGB value is (194,26,125). Sum of RGB (Red+Green+Blue) = 194+26+125=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 26 (10.55% from 255 or 7.54% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C21A7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21A7D is #3DE582. Grayscale: #575757. Windows color (decimal): -4056451 or 8198850. OLE color: 8198850.

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

Color convert

RGB 194 26 125 -
CMYK 0 0.87 0.36 0.24
HSL 324.64º 0.76% 0.43% -
HSV(B) 324.64º 0.87% 0.76% -
XYZ 26.32 13.69 20.66 -
YUV 87.52 149.16 203.95 -
System Red Green Blue C M Y K H S L
Decimal 194 26 125 0 0.87 0.36 0.24 324.64 0.76 0.43
Hex C2 1A 7D 0 57 24 18 145 4C 2B
Octal 302 32 175 0 127 44 30 505 114 53
Binary 11000010 11010 1111101 0 1010111 100100 11000 101000101 1001100 101011

Color Harmonies of #C21A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21A7D

Black with #C21A7D

Text Example


Text Example

White with #C21A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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