Html Css Color HEX #C81198 Medium Violet Red

📋 copy color: '#C81198'

red 200 ◦ green 17 ◦ blue 152

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

Shades of Medium Violet Red #C81198

Tints of Medium Violet Red #C81198

RGB

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

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

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

R = 54.2%
G = 4.61%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C81198 (or 0xC81198) is known color: Medium Violet Red. HEX triplet: C8, 11 and 98. RGB value is (200,17,152). Sum of RGB (Red+Green+Blue) = 200+17+152=369 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.20% from 369); Green value is 17 (7.03% from 255 or 4.61% from 369); Blue value is 152 (59.77% from 255 or 41.19% from 369); Max value from RGB is 200 - color contains mainly: red. Hex color #C81198 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81198 is #37EE67. Grayscale: #565656. Windows color (decimal): -3665512 or 9966024. OLE color: 9966024.

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

Color convert

RGB 200 17 152 -
CMYK 0 0.92 0.24 0.22
HSL 315.74º 0.84% 0.43% -
HSV(B) 315.74º 0.92% 0.78% -
XYZ 29.69 14.95 31.03 -
YUV 87.11 164.63 208.52 -
System Red Green Blue C M Y K H S L
Decimal 200 17 152 0 0.92 0.24 0.22 315.74 0.84 0.43
Hex C8 11 98 0 5C 18 16 13C 54 2B
Octal 310 21 230 0 134 30 26 474 124 53
Binary 11001000 10001 10011000 0 1011100 11000 10110 100111100 1010100 101011

Color Harmonies of #C81198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81198

Black with #C81198

Text Example


Text Example

White with #C81198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81198; }

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

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

background-color css

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

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

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

border-color css

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

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

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