Html Css Color HEX #C81A88 Medium Violet Red

📋 copy color: '#C81A88'

red 200 ◦ green 26 ◦ blue 136

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

Shades of Medium Violet Red #C81A88

Tints of Medium Violet Red #C81A88

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.18%

 BLUE value IS 136 (53.52% from 255) = 37.57%

R = 55.25%
G = 7.18%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C81A88 (or 0xC81A88) is known color: Medium Violet Red. HEX triplet: C8, 1A and 88. RGB value is (200,26,136). Sum of RGB (Red+Green+Blue) = 200+26+136=362 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.25% from 362); Green value is 26 (10.55% from 255 or 7.18% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 200 - color contains mainly: red. Hex color #C81A88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C81A88 is #37E577. Grayscale: #5A5A5A. Windows color (decimal): -3663224 or 8919752. OLE color: 8919752.

HSL color Cylindrical-coordinate representation of color #C81A88: hue angle of 322.07º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C81A88 is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 26 136 -
CMYK 0 0.87 0.32 0.22
HSL 322.07º 0.77% 0.44% -
HSV(B) 322.07º 0.87% 0.78% -
XYZ 28.63 14.8 24.64 -
YUV 90.57 153.65 206.06 -
System Red Green Blue C M Y K H S L
Decimal 200 26 136 0 0.87 0.32 0.22 322.07 0.77 0.44
Hex C8 1A 88 0 57 20 16 142 4D 2C
Octal 310 32 210 0 127 40 26 502 115 54
Binary 11001000 11010 10001000 0 1010111 100000 10110 101000010 1001101 101100

Color Harmonies of #C81A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81A88

Black with #C81A88

Text Example


Text Example

White with #C81A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81A88; }

 p { color: rgb(200,26,136); }

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

background-color css

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

 a { background-color: rgb(200,26,136); }

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

border-color css

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

 span { border-color: rgb(200,26,136); }

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