Html Css Color HEX #C81196 Medium Violet Red

📋 copy color: '#C81196'

red 200 ◦ green 17 ◦ blue 150

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

Shades of Medium Violet Red #C81196

Tints of Medium Violet Red #C81196

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.63%

 BLUE value IS 150 (58.98% from 255) = 40.87%

R = 54.5%
G = 4.63%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C81196 (or 0xC81196) is known color: Medium Violet Red. HEX triplet: C8, 11 and 96. RGB value is (200,17,150). Sum of RGB (Red+Green+Blue) = 200+17+150=367 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.50% from 367); Green value is 17 (7.03% from 255 or 4.63% from 367); Blue value is 150 (58.98% from 255 or 40.87% from 367); Max value from RGB is 200 - color contains mainly: red. Hex color #C81196 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81196 is #37EE69. Grayscale: #565656. Windows color (decimal): -3665514 or 9834952. OLE color: 9834952.

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

Color convert

RGB 200 17 150 -
CMYK 0 0.92 0.25 0.22
HSL 316.39º 0.84% 0.43% -
HSV(B) 316.39º 0.92% 0.78% -
XYZ 29.52 14.88 30.17 -
YUV 86.88 163.63 208.69 -
System Red Green Blue C M Y K H S L
Decimal 200 17 150 0 0.92 0.25 0.22 316.39 0.84 0.43
Hex C8 11 96 0 5C 19 16 13C 54 2B
Octal 310 21 226 0 134 31 26 474 124 53
Binary 11001000 10001 10010110 0 1011100 11001 10110 100111100 1010100 101011

Color Harmonies of #C81196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81196

Black with #C81196

Text Example


Text Example

White with #C81196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81196; }

 p { color: rgb(200,17,150); }

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

background-color css

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

 a { background-color: rgb(200,17,150); }

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

border-color css

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

 span { border-color: rgb(200,17,150); }

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