Html Css Color HEX #C21588 Medium Violet Red

📋 copy color: '#C21588'

red 194 ◦ green 21 ◦ blue 136

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

Shades of Medium Violet Red #C21588

Tints of Medium Violet Red #C21588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 38.75%

R = 55.27%
G = 5.98%
B = 38.75%

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

#C21588 (or 0xC21588) is known color: Medium Violet Red. HEX triplet: C2, 15 and 88. RGB value is (194,21,136). Sum of RGB (Red+Green+Blue) = 194+21+136=351 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.27% from 351); Green value is 21 (8.59% from 255 or 5.98% from 351); Blue value is 136 (53.52% from 255 or 38.75% from 351); Max value from RGB is 194 - color contains mainly: red. Hex color #C21588 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21588 is #3DEA77. Grayscale: #555555. Windows color (decimal): -4057720 or 8918466. OLE color: 8918466.

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

Color convert

RGB 194 21 136 -
CMYK 0 0.89 0.30 0.24
HSL 320.12º 0.8% 0.42% -
HSV(B) 320.12º 0.89% 0.76% -
XYZ 26.96 13.78 24.53 -
YUV 85.84 156.31 205.15 -
System Red Green Blue C M Y K H S L
Decimal 194 21 136 0 0.89 0.30 0.24 320.12 0.8 0.42
Hex C2 15 88 0 59 1E 18 140 50 2A
Octal 302 25 210 0 131 36 30 500 120 52
Binary 11000010 10101 10001000 0 1011001 11110 11000 101000000 1010000 101010

Color Harmonies of #C21588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21588

Black with #C21588

Text Example


Text Example

White with #C21588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21588; }

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

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

background-color css

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

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

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

border-color css

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

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

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