Html Css Color HEX #C21570 Medium Violet Red

📋 copy color: '#C21570'

red 194 ◦ green 21 ◦ blue 112

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

Shades of Medium Violet Red #C21570

Tints of Medium Violet Red #C21570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.25%

R = 59.33%
G = 6.42%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C21570 (or 0xC21570) is known color: Medium Violet Red. HEX triplet: C2, 15 and 70. RGB value is (194,21,112). Sum of RGB (Red+Green+Blue) = 194+21+112=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 21 (8.59% from 255 or 6.42% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C21570 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21570 is #3DEA8F. Grayscale: #525252. Windows color (decimal): -4057744 or 7345602. OLE color: 7345602.

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

Color convert

RGB 194 21 112 -
CMYK 0 0.89 0.42 0.24
HSL 328.44º 0.8% 0.42% -
HSV(B) 328.44º 0.89% 0.76% -
XYZ 25.44 13.18 16.53 -
YUV 83.1 144.31 207.1 -
System Red Green Blue C M Y K H S L
Decimal 194 21 112 0 0.89 0.42 0.24 328.44 0.8 0.42
Hex C2 15 70 0 59 2A 18 148 50 2A
Octal 302 25 160 0 131 52 30 510 120 52
Binary 11000010 10101 1110000 0 1011001 101010 11000 101001000 1010000 101010

Color Harmonies of #C21570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21570

Black with #C21570

Text Example


Text Example

White with #C21570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21570; }

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

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

background-color css

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

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

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

border-color css

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

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

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