Html Css Color HEX #C81C9B Medium Violet Red

📋 copy color: '#C81C9B'

red 200 ◦ green 28 ◦ blue 155

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

Shades of Medium Violet Red #C81C9B

Tints of Medium Violet Red #C81C9B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.31%

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

R = 52.22%
G = 7.31%
B = 40.47%

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

#C81C9B (or 0xC81C9B) is known color: Medium Violet Red. HEX triplet: C8, 1C and 9B. RGB value is (200,28,155). Sum of RGB (Red+Green+Blue) = 200+28+155=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 28 (11.33% from 255 or 7.31% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C81C9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C81C9B is #37E364. Grayscale: #5D5D5D. Windows color (decimal): -3662693 or 10165448. OLE color: 10165448.

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

Color convert

RGB 200 28 155 -
CMYK 0 0.86 0.22 0.22
HSL 315.7º 0.75% 0.45% -
HSV(B) 315.7º 0.86% 0.78% -
XYZ 30.15 15.48 32.41 -
YUV 93.91 162.48 203.67 -
System Red Green Blue C M Y K H S L
Decimal 200 28 155 0 0.86 0.22 0.22 315.7 0.75 0.45
Hex C8 1C 9B 0 56 16 16 13C 4B 2D
Octal 310 34 233 0 126 26 26 474 113 55
Binary 11001000 11100 10011011 0 1010110 10110 10110 100111100 1001011 101101

Color Harmonies of #C81C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81C9B

Black with #C81C9B

Text Example


Text Example

White with #C81C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81C9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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