Html Css Color HEX #C81D9A Medium Violet Red

📋 copy color: '#C81D9A'

red 200 ◦ green 29 ◦ blue 154

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

Shades of Medium Violet Red #C81D9A

Tints of Medium Violet Red #C81D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.21%

R = 52.22%
G = 7.57%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#C81D9A (or 0xC81D9A) is known color: Medium Violet Red. HEX triplet: C8, 1D and 9A. RGB value is (200,29,154). Sum of RGB (Red+Green+Blue) = 200+29+154=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 29 (11.72% from 255 or 7.57% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C81D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C81D9A is #37E265. Grayscale: #5E5E5E. Windows color (decimal): -3662438 or 10100168. OLE color: 10100168.

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

Color convert

RGB 200 29 154 -
CMYK 0 0.86 0.23 0.22
HSL 316.14º 0.75% 0.45% -
HSV(B) 316.14º 0.86% 0.78% -
XYZ 30.09 15.49 31.98 -
YUV 94.38 161.65 203.34 -
System Red Green Blue C M Y K H S L
Decimal 200 29 154 0 0.86 0.23 0.22 316.14 0.75 0.45
Hex C8 1D 9A 0 56 17 16 13C 4B 2D
Octal 310 35 232 0 126 27 26 474 113 55
Binary 11001000 11101 10011010 0 1010110 10111 10110 100111100 1001011 101101

Color Harmonies of #C81D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81D9A

Black with #C81D9A

Text Example


Text Example

White with #C81D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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