Html Css Color HEX #C21E88 Medium Violet Red

📋 copy color: '#C21E88'

red 194 ◦ green 30 ◦ blue 136

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

Shades of Medium Violet Red #C21E88

Tints of Medium Violet Red #C21E88

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.33%

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

R = 53.89%
G = 8.33%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C21E88 (or 0xC21E88) is known color: Medium Violet Red. HEX triplet: C2, 1E and 88. RGB value is (194,30,136). Sum of RGB (Red+Green+Blue) = 194+30+136=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 30 (12.11% from 255 or 8.33% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21E88 is #3DE177. Grayscale: #5A5A5A. Windows color (decimal): -4055416 or 8920770. OLE color: 8920770.

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

Color convert

RGB 194 30 136 -
CMYK 0 0.85 0.30 0.24
HSL 321.22º 0.73% 0.44% -
HSV(B) 321.22º 0.85% 0.76% -
XYZ 27.16 14.18 24.6 -
YUV 91.12 153.33 201.38 -
System Red Green Blue C M Y K H S L
Decimal 194 30 136 0 0.85 0.30 0.24 321.22 0.73 0.44
Hex C2 1E 88 0 55 1E 18 141 49 2C
Octal 302 36 210 0 125 36 30 501 111 54
Binary 11000010 11110 10001000 0 1010101 11110 11000 101000001 1001001 101100

Color Harmonies of #C21E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21E88

Black with #C21E88

Text Example


Text Example

White with #C21E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21E88; }

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

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

background-color css

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

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

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

border-color css

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

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

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