Html Css Color HEX #C81D9B Medium Violet Red

📋 copy color: '#C81D9B'

red 200 ◦ green 29 ◦ blue 155

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

Shades of Medium Violet Red #C81D9B

Tints of Medium Violet Red #C81D9B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.55%

 BLUE value IS 155 (60.94% from 255) = 40.36%

R = 52.08%
G = 7.55%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C81D9B (or 0xC81D9B) is known color: Medium Violet Red. HEX triplet: C8, 1D and 9B. RGB value is (200,29,155). Sum of RGB (Red+Green+Blue) = 200+29+155=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 29 (11.72% from 255 or 7.55% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C81D9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C81D9B is #37E264. Grayscale: #5E5E5E. Windows color (decimal): -3662437 or 10165704. OLE color: 10165704.

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

Color convert

RGB 200 29 155 -
CMYK 0 0.86 0.22 0.22
HSL 315.79º 0.75% 0.45% -
HSV(B) 315.79º 0.86% 0.78% -
XYZ 30.18 15.52 32.42 -
YUV 94.49 162.15 203.25 -
System Red Green Blue C M Y K H S L
Decimal 200 29 155 0 0.86 0.22 0.22 315.79 0.75 0.45
Hex C8 1D 9B 0 56 16 16 13C 4B 2D
Octal 310 35 233 0 126 26 26 474 113 55
Binary 11001000 11101 10011011 0 1010110 10110 10110 100111100 1001011 101101

Color Harmonies of #C81D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81D9B

Black with #C81D9B

Text Example


Text Example

White with #C81D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81D9B; }

 p { color: rgb(200,29,155); }

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

background-color css

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

 a { background-color: rgb(200,29,155); }

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

border-color css

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

 span { border-color: rgb(200,29,155); }

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