Html Css Color HEX #C81093 Medium Violet Red

📋 copy color: '#C81093'

red 200 ◦ green 16 ◦ blue 147

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

Shades of Medium Violet Red #C81093

Tints of Medium Violet Red #C81093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 40.5%

R = 55.1%
G = 4.41%
B = 40.5%

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

#C81093 (or 0xC81093) is known color: Medium Violet Red. HEX triplet: C8, 10 and 93. RGB value is (200,16,147). Sum of RGB (Red+Green+Blue) = 200+16+147=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 16 (6.64% from 255 or 4.41% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C81093 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81093 is #37EF6C. Grayscale: #555555. Windows color (decimal): -3665773 or 9638088. OLE color: 9638088.

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

Color convert

RGB 200 16 147 -
CMYK 0 0.92 0.26 0.22
HSL 317.28º 0.85% 0.42% -
HSV(B) 317.28º 0.92% 0.78% -
XYZ 29.27 14.76 28.91 -
YUV 85.95 162.46 209.35 -
System Red Green Blue C M Y K H S L
Decimal 200 16 147 0 0.92 0.26 0.22 317.28 0.85 0.42
Hex C8 10 93 0 5C 1A 16 13D 55 2A
Octal 310 20 223 0 134 32 26 475 125 52
Binary 11001000 10000 10010011 0 1011100 11010 10110 100111101 1010101 101010

Color Harmonies of #C81093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81093

Black with #C81093

Text Example


Text Example

White with #C81093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81093; }

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

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

background-color css

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

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

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

border-color css

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

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

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