Html Css Color HEX #C81993 Medium Violet Red

📋 copy color: '#C81993'

red 200 ◦ green 25 ◦ blue 147

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

Shades of Medium Violet Red #C81993

Tints of Medium Violet Red #C81993

RGB

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

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

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

R = 53.76%
G = 6.72%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C81993 (or 0xC81993) is known color: Medium Violet Red. HEX triplet: C8, 19 and 93. RGB value is (200,25,147). Sum of RGB (Red+Green+Blue) = 200+25+147=372 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.76% from 372); Green value is 25 (10.16% from 255 or 6.72% from 372); Blue value is 147 (57.81% from 255 or 39.52% from 372); Max value from RGB is 200 - color contains mainly: red. Hex color #C81993 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81993 is #37E66C. Grayscale: #5A5A5A. Windows color (decimal): -3663469 or 9640392. OLE color: 9640392.

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

Color convert

RGB 200 25 147 -
CMYK 0 0.88 0.26 0.22
HSL 318.17º 0.78% 0.44% -
HSV(B) 318.17º 0.88% 0.78% -
XYZ 29.43 15.08 28.96 -
YUV 91.23 159.48 205.58 -
System Red Green Blue C M Y K H S L
Decimal 200 25 147 0 0.88 0.26 0.22 318.17 0.78 0.44
Hex C8 19 93 0 58 1A 16 13E 4E 2C
Octal 310 31 223 0 130 32 26 476 116 54
Binary 11001000 11001 10010011 0 1011000 11010 10110 100111110 1001110 101100

Color Harmonies of #C81993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81993

Black with #C81993

Text Example


Text Example

White with #C81993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81993; }

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

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

background-color css

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

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

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

border-color css

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

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

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