Html Css Color HEX #C81996 Medium Violet Red

📋 copy color: '#C81996'

red 200 ◦ green 25 ◦ blue 150

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

Shades of Medium Violet Red #C81996

Tints of Medium Violet Red #C81996

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.67%

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

R = 53.33%
G = 6.67%
B = 40%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C81996 (or 0xC81996) is known color: Medium Violet Red. HEX triplet: C8, 19 and 96. RGB value is (200,25,150). Sum of RGB (Red+Green+Blue) = 200+25+150=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C81996 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81996 is #37E669. Grayscale: #5B5B5B. Windows color (decimal): -3663466 or 9837000. OLE color: 9837000.

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

Color convert

RGB 200 25 150 -
CMYK 0 0.88 0.25 0.22
HSL 317.14º 0.78% 0.44% -
HSV(B) 317.14º 0.88% 0.78% -
XYZ 29.67 15.18 30.22 -
YUV 91.58 160.98 205.34 -
System Red Green Blue C M Y K H S L
Decimal 200 25 150 0 0.88 0.25 0.22 317.14 0.78 0.44
Hex C8 19 96 0 58 19 16 13D 4E 2C
Octal 310 31 226 0 130 31 26 475 116 54
Binary 11001000 11001 10010110 0 1011000 11001 10110 100111101 1001110 101100

Color Harmonies of #C81996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81996

Black with #C81996

Text Example


Text Example

White with #C81996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81996; }

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

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

background-color css

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

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

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

border-color css

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

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

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