Html Css Color HEX #C21D7C Medium Violet Red

📋 copy color: '#C21D7C'

red 194 ◦ green 29 ◦ blue 124

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

Shades of Medium Violet Red #C21D7C

Tints of Medium Violet Red #C21D7C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.36%

 BLUE value IS 124 (48.83% from 255) = 35.73%

R = 55.91%
G = 8.36%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C21D7C (or 0xC21D7C) is known color: Medium Violet Red. HEX triplet: C2, 1D and 7C. RGB value is (194,29,124). Sum of RGB (Red+Green+Blue) = 194+29+124=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 29 (11.72% from 255 or 8.36% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C21D7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21D7C is #3DE283. Grayscale: #585858. Windows color (decimal): -4055684 or 8134082. OLE color: 8134082.

HSL color Cylindrical-coordinate representation of color #C21D7C: hue angle of 325.45º degrees, saturation: 0.74, 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 #C21D7C is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 29 124 -
CMYK 0 0.85 0.36 0.24
HSL 325.45º 0.74% 0.44% -
HSV(B) 325.45º 0.85% 0.76% -
XYZ 26.33 13.8 20.35 -
YUV 89.17 147.66 202.78 -
System Red Green Blue C M Y K H S L
Decimal 194 29 124 0 0.85 0.36 0.24 325.45 0.74 0.44
Hex C2 1D 7C 0 55 24 18 145 4A 2C
Octal 302 35 174 0 125 44 30 505 112 54
Binary 11000010 11101 1111100 0 1010101 100100 11000 101000101 1001010 101100

Color Harmonies of #C21D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21D7C

Black with #C21D7C

Text Example


Text Example

White with #C21D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21D7C; }

 p { color: rgb(194,29,124); }

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

background-color css

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

 a { background-color: rgb(194,29,124); }

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

border-color css

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

 span { border-color: rgb(194,29,124); }

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