Html Css Color HEX #C81A6D Medium Violet Red

📋 copy color: '#C81A6D'

red 200 ◦ green 26 ◦ blue 109

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

Shades of Medium Violet Red #C81A6D

Tints of Medium Violet Red #C81A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.54%

R = 59.7%
G = 7.76%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C81A6D (or 0xC81A6D) is known color: Medium Violet Red. HEX triplet: C8, 1A and 6D. RGB value is (200,26,109). Sum of RGB (Red+Green+Blue) = 200+26+109=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 26 (10.55% from 255 or 7.76% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C81A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C81A6D is #37E592. Grayscale: #575757. Windows color (decimal): -3663251 or 7150280. OLE color: 7150280.

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

Color convert

RGB 200 26 109 -
CMYK 0 0.87 0.46 0.22
HSL 331.38º 0.77% 0.44% -
HSV(B) 331.38º 0.87% 0.78% -
XYZ 26.95 14.12 15.77 -
YUV 87.49 140.15 208.25 -
System Red Green Blue C M Y K H S L
Decimal 200 26 109 0 0.87 0.46 0.22 331.38 0.77 0.44
Hex C8 1A 6D 0 57 2E 16 14B 4D 2C
Octal 310 32 155 0 127 56 26 513 115 54
Binary 11001000 11010 1101101 0 1010111 101110 10110 101001011 1001101 101100

Color Harmonies of #C81A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81A6D

Black with #C81A6D

Text Example


Text Example

White with #C81A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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