Html Css Color HEX #C21C88 Medium Violet Red

📋 copy color: '#C21C88'

red 194 ◦ green 28 ◦ blue 136

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

Shades of Medium Violet Red #C21C88

Tints of Medium Violet Red #C21C88

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.82%

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

R = 54.19%
G = 7.82%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C21C88 (or 0xC21C88) is known color: Medium Violet Red. HEX triplet: C2, 1C and 88. RGB value is (194,28,136). Sum of RGB (Red+Green+Blue) = 194+28+136=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 28 (11.33% from 255 or 7.82% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C21C88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21C88 is #3DE377. Grayscale: #595959. Windows color (decimal): -4055928 or 8920258. OLE color: 8920258.

HSL color Cylindrical-coordinate representation of color #C21C88: hue angle of 320.96º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C21C88 is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 28 136 -
CMYK 0 0.86 0.30 0.24
HSL 320.96º 0.75% 0.44% -
HSV(B) 320.96º 0.86% 0.76% -
XYZ 27.11 14.08 24.58 -
YUV 89.95 154 202.22 -
System Red Green Blue C M Y K H S L
Decimal 194 28 136 0 0.86 0.30 0.24 320.96 0.75 0.44
Hex C2 1C 88 0 56 1E 18 141 4B 2C
Octal 302 34 210 0 126 36 30 501 113 54
Binary 11000010 11100 10001000 0 1010110 11110 11000 101000001 1001011 101100

Color Harmonies of #C21C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21C88

Black with #C21C88

Text Example


Text Example

White with #C21C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21C88; }

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

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

background-color css

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

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

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

border-color css

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

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

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