Html Css Color HEX #C21597 Medium Violet Red

📋 copy color: '#C21597'

red 194 ◦ green 21 ◦ blue 151

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

Shades of Medium Violet Red #C21597

Tints of Medium Violet Red #C21597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 41.26%

R = 53.01%
G = 5.74%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C21597 (or 0xC21597) is known color: Medium Violet Red. HEX triplet: C2, 15 and 97. RGB value is (194,21,151). Sum of RGB (Red+Green+Blue) = 194+21+151=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 21 (8.59% from 255 or 5.74% from 366); Blue value is 151 (59.38% from 255 or 41.26% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C21597 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21597 is #3DEA68. Grayscale: #575757. Windows color (decimal): -4057705 or 9901506. OLE color: 9901506.

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

Color convert

RGB 194 21 151 -
CMYK 0 0.89 0.22 0.24
HSL 314.91º 0.8% 0.42% -
HSV(B) 314.91º 0.89% 0.76% -
XYZ 28.1 14.24 30.55 -
YUV 87.55 163.81 203.93 -
System Red Green Blue C M Y K H S L
Decimal 194 21 151 0 0.89 0.22 0.24 314.91 0.8 0.42
Hex C2 15 97 0 59 16 18 13B 50 2A
Octal 302 25 227 0 131 26 30 473 120 52
Binary 11000010 10101 10010111 0 1011001 10110 11000 100111011 1010000 101010

Color Harmonies of #C21597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21597

Black with #C21597

Text Example


Text Example

White with #C21597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21597; }

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

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

background-color css

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

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

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

border-color css

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

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

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