Html Css Color HEX #C21088 Medium Violet Red

📋 copy color: '#C21088'

red 194 ◦ green 16 ◦ blue 136

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

Shades of Medium Violet Red #C21088

Tints of Medium Violet Red #C21088

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.62%

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

R = 56.07%
G = 4.62%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C21088 (or 0xC21088) is known color: Medium Violet Red. HEX triplet: C2, 10 and 88. RGB value is (194,16,136). Sum of RGB (Red+Green+Blue) = 194+16+136=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 16 (6.64% from 255 or 4.62% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C21088 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21088 is #3DEF77. Grayscale: #525252. Windows color (decimal): -4059000 or 8917186. OLE color: 8917186.

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

Color convert

RGB 194 16 136 -
CMYK 0 0.92 0.30 0.24
HSL 319.55º 0.85% 0.41% -
HSV(B) 319.55º 0.92% 0.76% -
XYZ 26.88 13.62 24.5 -
YUV 82.9 157.97 207.24 -
System Red Green Blue C M Y K H S L
Decimal 194 16 136 0 0.92 0.30 0.24 319.55 0.85 0.41
Hex C2 10 88 0 5C 1E 18 140 55 29
Octal 302 20 210 0 134 36 30 500 125 51
Binary 11000010 10000 10001000 0 1011100 11110 11000 101000000 1010101 101001

Color Harmonies of #C21088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21088

Black with #C21088

Text Example


Text Example

White with #C21088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21088; }

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

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

background-color css

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

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

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

border-color css

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

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

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