Html Css Color HEX #C21572 Medium Violet Red

📋 copy color: '#C21572'

red 194 ◦ green 21 ◦ blue 114

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

Shades of Medium Violet Red #C21572

Tints of Medium Violet Red #C21572

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.38%

 BLUE value IS 114 (44.92% from 255) = 34.65%

R = 58.97%
G = 6.38%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C21572 (or 0xC21572) is known color: Medium Violet Red. HEX triplet: C2, 15 and 72. RGB value is (194,21,114). Sum of RGB (Red+Green+Blue) = 194+21+114=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 21 (8.59% from 255 or 6.38% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C21572 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21572 is #3DEA8D. Grayscale: #535353. Windows color (decimal): -4057742 or 7476674. OLE color: 7476674.

HSL color Cylindrical-coordinate representation of color #C21572: hue angle of 327.75º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C21572 is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 21 114 -
CMYK 0 0.89 0.41 0.24
HSL 327.75º 0.8% 0.42% -
HSV(B) 327.75º 0.89% 0.76% -
XYZ 25.55 13.22 17.12 -
YUV 83.33 145.31 206.94 -
System Red Green Blue C M Y K H S L
Decimal 194 21 114 0 0.89 0.41 0.24 327.75 0.8 0.42
Hex C2 15 72 0 59 29 18 148 50 2A
Octal 302 25 162 0 131 51 30 510 120 52
Binary 11000010 10101 1110010 0 1011001 101001 11000 101001000 1010000 101010

Color Harmonies of #C21572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21572

Black with #C21572

Text Example


Text Example

White with #C21572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21572; }

 p { color: rgb(194,21,114); }

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

background-color css

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

 a { background-color: rgb(194,21,114); }

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

border-color css

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

 span { border-color: rgb(194,21,114); }

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