Html Css Color HEX #C81E9B Medium Violet Red

📋 copy color: '#C81E9B'

red 200 ◦ green 30 ◦ blue 155

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

Shades of Medium Violet Red #C81E9B

Tints of Medium Violet Red #C81E9B

RGB

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

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

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

R = 51.95%
G = 7.79%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C81E9B (or 0xC81E9B) is known color: Medium Violet Red. HEX triplet: C8, 1E and 9B. RGB value is (200,30,155). Sum of RGB (Red+Green+Blue) = 200+30+155=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 30 (12.11% from 255 or 7.79% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C81E9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C81E9B is #37E164. Grayscale: #5E5E5E. Windows color (decimal): -3662181 or 10165960. OLE color: 10165960.

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

Color convert

RGB 200 30 155 -
CMYK 0 0.85 0.22 0.22
HSL 315.88º 0.74% 0.45% -
HSV(B) 315.88º 0.85% 0.78% -
XYZ 30.2 15.57 32.42 -
YUV 95.08 161.82 202.84 -
System Red Green Blue C M Y K H S L
Decimal 200 30 155 0 0.85 0.22 0.22 315.88 0.74 0.45
Hex C8 1E 9B 0 55 16 16 13C 4A 2D
Octal 310 36 233 0 125 26 26 474 112 55
Binary 11001000 11110 10011011 0 1010101 10110 10110 100111100 1001010 101101

Color Harmonies of #C81E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81E9B

Black with #C81E9B

Text Example


Text Example

White with #C81E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81E9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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