Html Css Color HEX #C21098 Medium Violet Red

📋 copy color: '#C21098'

red 194 ◦ green 16 ◦ blue 152

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

Shades of Medium Violet Red #C21098

Tints of Medium Violet Red #C21098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 41.99%

R = 53.59%
G = 4.42%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C21098 (or 0xC21098) is known color: Medium Violet Red. HEX triplet: C2, 10 and 98. RGB value is (194,16,152). Sum of RGB (Red+Green+Blue) = 194+16+152=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 16 (6.64% from 255 or 4.42% from 362); Blue value is 152 (59.77% from 255 or 41.99% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C21098 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21098 is #3DEF67. Grayscale: #545454. Windows color (decimal): -4058984 or 9965762. OLE color: 9965762.

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

Color convert

RGB 194 16 152 -
CMYK 0 0.92 0.22 0.24
HSL 314.16º 0.85% 0.41% -
HSV(B) 314.16º 0.92% 0.76% -
XYZ 28.1 14.11 30.95 -
YUV 84.73 165.97 205.94 -
System Red Green Blue C M Y K H S L
Decimal 194 16 152 0 0.92 0.22 0.24 314.16 0.85 0.41
Hex C2 10 98 0 5C 16 18 13A 55 29
Octal 302 20 230 0 134 26 30 472 125 51
Binary 11000010 10000 10011000 0 1011100 10110 11000 100111010 1010101 101001

Color Harmonies of #C21098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21098

Black with #C21098

Text Example


Text Example

White with #C21098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21098; }

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

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

background-color css

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

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

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

border-color css

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

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

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