Html Css Color HEX #C21F7A Medium Violet Red

📋 copy color: '#C21F7A'

red 194 ◦ green 31 ◦ blue 122

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

Shades of Medium Violet Red #C21F7A

Tints of Medium Violet Red #C21F7A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.93%

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

R = 55.91%
G = 8.93%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C21F7A (or 0xC21F7A) is known color: Medium Violet Red. HEX triplet: C2, 1F and 7A. RGB value is (194,31,122). Sum of RGB (Red+Green+Blue) = 194+31+122=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 31 (12.5% from 255 or 8.93% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21F7A is #3DE085. Grayscale: #595959. Windows color (decimal): -4055174 or 8003522. OLE color: 8003522.

HSL color Cylindrical-coordinate representation of color #C21F7A: hue angle of 326.5º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C21F7A is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 31 122 -
CMYK 0 0.84 0.37 0.24
HSL 326.5º 0.72% 0.44% -
HSV(B) 326.5º 0.84% 0.76% -
XYZ 26.25 13.85 19.7 -
YUV 90.11 146 202.1 -
System Red Green Blue C M Y K H S L
Decimal 194 31 122 0 0.84 0.37 0.24 326.5 0.72 0.44
Hex C2 1F 7A 0 54 25 18 147 48 2C
Octal 302 37 172 0 124 45 30 507 110 54
Binary 11000010 11111 1111010 0 1010100 100101 11000 101000111 1001000 101100

Color Harmonies of #C21F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21F7A

Black with #C21F7A

Text Example


Text Example

White with #C21F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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