Html Css Color HEX #C21188 Medium Violet Red

📋 copy color: '#C21188'

red 194 ◦ green 17 ◦ blue 136

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

Shades of Medium Violet Red #C21188

Tints of Medium Violet Red #C21188

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.9%

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

R = 55.91%
G = 4.9%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C21188 (or 0xC21188) is known color: Medium Violet Red. HEX triplet: C2, 11 and 88. RGB value is (194,17,136). Sum of RGB (Red+Green+Blue) = 194+17+136=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 17 (7.03% from 255 or 4.90% from 347); Blue value is 136 (53.52% from 255 or 39.19% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C21188 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21188 is #3DEE77. Grayscale: #535353. Windows color (decimal): -4058744 or 8917442. OLE color: 8917442.

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

Color convert

RGB 194 17 136 -
CMYK 0 0.91 0.30 0.24
HSL 319.66º 0.84% 0.41% -
HSV(B) 319.66º 0.91% 0.76% -
XYZ 26.89 13.65 24.51 -
YUV 83.49 157.64 206.82 -
System Red Green Blue C M Y K H S L
Decimal 194 17 136 0 0.91 0.30 0.24 319.66 0.84 0.41
Hex C2 11 88 0 5B 1E 18 140 54 29
Octal 302 21 210 0 133 36 30 500 124 51
Binary 11000010 10001 10001000 0 1011011 11110 11000 101000000 1010100 101001

Color Harmonies of #C21188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21188

Black with #C21188

Text Example


Text Example

White with #C21188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21188; }

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

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

background-color css

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

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

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

border-color css

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

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

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