Html Css Color HEX #C81E8E Medium Violet Red

📋 copy color: '#C81E8E'

red 200 ◦ green 30 ◦ blue 142

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

Shades of Medium Violet Red #C81E8E

Tints of Medium Violet Red #C81E8E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.06%

 BLUE value IS 142 (55.86% from 255) = 38.17%

R = 53.76%
G = 8.06%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C81E8E (or 0xC81E8E) is known color: Medium Violet Red. HEX triplet: C8, 1E and 8E. RGB value is (200,30,142). Sum of RGB (Red+Green+Blue) = 200+30+142=372 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.76% from 372); Green value is 30 (12.11% from 255 or 8.06% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 200 - color contains mainly: red. Hex color #C81E8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C81E8E is #37E171. Grayscale: #5D5D5D. Windows color (decimal): -3662194 or 9313992. OLE color: 9313992.

HSL color Cylindrical-coordinate representation of color #C81E8E: hue angle of 320.47º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C81E8E is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 30 142 -
CMYK 0 0.85 0.29 0.22
HSL 320.47º 0.74% 0.45% -
HSV(B) 320.47º 0.85% 0.78% -
XYZ 29.17 15.16 26.98 -
YUV 93.6 155.32 203.89 -
System Red Green Blue C M Y K H S L
Decimal 200 30 142 0 0.85 0.29 0.22 320.47 0.74 0.45
Hex C8 1E 8E 0 55 1D 16 140 4A 2D
Octal 310 36 216 0 125 35 26 500 112 55
Binary 11001000 11110 10001110 0 1010101 11101 10110 101000000 1001010 101101

Color Harmonies of #C81E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81E8E

Black with #C81E8E

Text Example


Text Example

White with #C81E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81E8E; }

 p { color: rgb(200,30,142); }

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

background-color css

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

 a { background-color: rgb(200,30,142); }

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

border-color css

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

 span { border-color: rgb(200,30,142); }

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