Html Css Color HEX #C21D7A Medium Violet Red

📋 copy color: '#C21D7A'

red 194 ◦ green 29 ◦ blue 122

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

Shades of Medium Violet Red #C21D7A

Tints of Medium Violet Red #C21D7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.36%

R = 56.23%
G = 8.41%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C21D7A (or 0xC21D7A) is known color: Medium Violet Red. HEX triplet: C2, 1D and 7A. RGB value is (194,29,122). Sum of RGB (Red+Green+Blue) = 194+29+122=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 29 (11.72% from 255 or 8.41% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C21D7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21D7A is #3DE285. Grayscale: #585858. Windows color (decimal): -4055686 or 8003010. OLE color: 8003010.

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

Color convert

RGB 194 29 122 -
CMYK 0 0.85 0.37 0.24
HSL 326.18º 0.74% 0.44% -
HSV(B) 326.18º 0.85% 0.76% -
XYZ 26.2 13.75 19.69 -
YUV 88.94 146.66 202.94 -
System Red Green Blue C M Y K H S L
Decimal 194 29 122 0 0.85 0.37 0.24 326.18 0.74 0.44
Hex C2 1D 7A 0 55 25 18 146 4A 2C
Octal 302 35 172 0 125 45 30 506 112 54
Binary 11000010 11101 1111010 0 1010101 100101 11000 101000110 1001010 101100

Color Harmonies of #C21D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21D7A

Black with #C21D7A

Text Example


Text Example

White with #C21D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21D7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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