Html Css Color HEX #C81094 Medium Violet Red

📋 copy color: '#C81094'

red 200 ◦ green 16 ◦ blue 148

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

Shades of Medium Violet Red #C81094

Tints of Medium Violet Red #C81094

RGB

 RED value IS 200 (78.52% from 255) = 54.95%

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

 BLUE value IS 148 (58.2% from 255) = 40.66%

R = 54.95%
G = 4.4%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C81094 (or 0xC81094) is known color: Medium Violet Red. HEX triplet: C8, 10 and 94. RGB value is (200,16,148). Sum of RGB (Red+Green+Blue) = 200+16+148=364 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.95% from 364); Green value is 16 (6.64% from 255 or 4.40% from 364); Blue value is 148 (58.20% from 255 or 40.66% from 364); Max value from RGB is 200 - color contains mainly: red. Hex color #C81094 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81094 is #37EF6B. Grayscale: #555555. Windows color (decimal): -3665772 or 9703624. OLE color: 9703624.

HSL color Cylindrical-coordinate representation of color #C81094: hue angle of 316.96º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C81094 is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 16 148 -
CMYK 0 0.92 0.26 0.22
HSL 316.96º 0.85% 0.42% -
HSV(B) 316.96º 0.92% 0.78% -
XYZ 29.35 14.79 29.32 -
YUV 86.06 162.96 209.27 -
System Red Green Blue C M Y K H S L
Decimal 200 16 148 0 0.92 0.26 0.22 316.96 0.85 0.42
Hex C8 10 94 0 5C 1A 16 13D 55 2A
Octal 310 20 224 0 134 32 26 475 125 52
Binary 11001000 10000 10010100 0 1011100 11010 10110 100111101 1010101 101010

Color Harmonies of #C81094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81094

Black with #C81094

Text Example


Text Example

White with #C81094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81094; }

 p { color: rgb(200,16,148); }

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

background-color css

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

 a { background-color: rgb(200,16,148); }

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

border-color css

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

 span { border-color: rgb(200,16,148); }

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