Html Css Color HEX #C81B8D Medium Violet Red

📋 copy color: '#C81B8D'

red 200 ◦ green 27 ◦ blue 141

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

Shades of Medium Violet Red #C81B8D

Tints of Medium Violet Red #C81B8D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.34%

 BLUE value IS 141 (55.47% from 255) = 38.32%

R = 54.35%
G = 7.34%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C81B8D (or 0xC81B8D) is known color: Medium Violet Red. HEX triplet: C8, 1B and 8D. RGB value is (200,27,141). Sum of RGB (Red+Green+Blue) = 200+27+141=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 27 (10.94% from 255 or 7.34% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C81B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C81B8D is #37E472. Grayscale: #5B5B5B. Windows color (decimal): -3662963 or 9247688. OLE color: 9247688.

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

Color convert

RGB 200 27 141 -
CMYK 0 0.86 0.29 0.22
HSL 320.46º 0.76% 0.45% -
HSV(B) 320.46º 0.87% 0.78% -
XYZ 29.02 14.99 26.56 -
YUV 91.72 155.81 205.23 -
System Red Green Blue C M Y K H S L
Decimal 200 27 141 0 0.86 0.29 0.22 320.46 0.76 0.45
Hex C8 1B 8D 0 56 1D 16 140 4C 2D
Octal 310 33 215 0 126 35 26 500 114 55
Binary 11001000 11011 10001101 0 1010110 11101 10110 101000000 1001100 101101

Color Harmonies of #C81B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81B8D

Black with #C81B8D

Text Example


Text Example

White with #C81B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81B8D; }

 p { color: rgb(200,27,141); }

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

background-color css

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

 a { background-color: rgb(200,27,141); }

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

border-color css

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

 span { border-color: rgb(200,27,141); }

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