Html Css Color HEX #C21587 Medium Violet Red

📋 copy color: '#C21587'

red 194 ◦ green 21 ◦ blue 135

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

Shades of Medium Violet Red #C21587

Tints of Medium Violet Red #C21587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 38.57%

R = 55.43%
G = 6%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C21587 (or 0xC21587) is known color: Medium Violet Red. HEX triplet: C2, 15 and 87. RGB value is (194,21,135). Sum of RGB (Red+Green+Blue) = 194+21+135=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 135 (53.12% from 255 or 38.57% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C21587 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21587 is #3DEA78. Grayscale: #555555. Windows color (decimal): -4057721 or 8852930. OLE color: 8852930.

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

Color convert

RGB 194 21 135 -
CMYK 0 0.89 0.30 0.24
HSL 320.46º 0.8% 0.42% -
HSV(B) 320.46º 0.89% 0.76% -
XYZ 26.89 13.75 24.16 -
YUV 85.72 155.81 205.23 -
System Red Green Blue C M Y K H S L
Decimal 194 21 135 0 0.89 0.30 0.24 320.46 0.8 0.42
Hex C2 15 87 0 59 1E 18 140 50 2A
Octal 302 25 207 0 131 36 30 500 120 52
Binary 11000010 10101 10000111 0 1011001 11110 11000 101000000 1010000 101010

Color Harmonies of #C21587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21587

Black with #C21587

Text Example


Text Example

White with #C21587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21587; }

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

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

background-color css

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

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

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

border-color css

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

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

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