Html Css Color HEX #C21089 Medium Violet Red

📋 copy color: '#C21089'

red 194 ◦ green 16 ◦ blue 137

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

Shades of Medium Violet Red #C21089

Tints of Medium Violet Red #C21089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 39.48%

R = 55.91%
G = 4.61%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C21089 (or 0xC21089) is known color: Medium Violet Red. HEX triplet: C2, 10 and 89. RGB value is (194,16,137). Sum of RGB (Red+Green+Blue) = 194+16+137=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 16 (6.64% from 255 or 4.61% from 347); Blue value is 137 (53.91% from 255 or 39.48% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C21089 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21089 is #3DEF76. Grayscale: #525252. Windows color (decimal): -4058999 or 8982722. OLE color: 8982722.

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

Color convert

RGB 194 16 137 -
CMYK 0 0.92 0.29 0.24
HSL 319.21º 0.85% 0.41% -
HSV(B) 319.21º 0.92% 0.76% -
XYZ 26.95 13.65 24.88 -
YUV 83.02 158.47 207.16 -
System Red Green Blue C M Y K H S L
Decimal 194 16 137 0 0.92 0.29 0.24 319.21 0.85 0.41
Hex C2 10 89 0 5C 1D 18 13F 55 29
Octal 302 20 211 0 134 35 30 477 125 51
Binary 11000010 10000 10001001 0 1011100 11101 11000 100111111 1010101 101001

Color Harmonies of #C21089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21089

Black with #C21089

Text Example


Text Example

White with #C21089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21089; }

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

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

background-color css

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

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

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

border-color css

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

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

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