Html Css Color HEX #C81277 Medium Violet Red

📋 copy color: '#C81277'

red 200 ◦ green 18 ◦ blue 119

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

Shades of Medium Violet Red #C81277

Tints of Medium Violet Red #C81277

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.34%

 BLUE value IS 119 (46.88% from 255) = 35.31%

R = 59.35%
G = 5.34%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C81277 (or 0xC81277) is known color: Medium Violet Red. HEX triplet: C8, 12 and 77. RGB value is (200,18,119). Sum of RGB (Red+Green+Blue) = 200+18+119=337 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.35% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 119 (46.88% from 255 or 35.31% from 337); Max value from RGB is 200 - color contains mainly: red. Hex color #C81277 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81277 is #37ED88. Grayscale: #535353. Windows color (decimal): -3665289 or 7803592. OLE color: 7803592.

HSL color Cylindrical-coordinate representation of color #C81277: hue angle of 326.7º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C81277 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 18 119 -
CMYK 0 0.91 0.40 0.22
HSL 326.7º 0.83% 0.43% -
HSV(B) 326.7º 0.91% 0.78% -
XYZ 27.37 14.04 18.72 -
YUV 83.93 147.8 210.79 -
System Red Green Blue C M Y K H S L
Decimal 200 18 119 0 0.91 0.40 0.22 326.7 0.83 0.43
Hex C8 12 77 0 5B 28 16 147 53 2B
Octal 310 22 167 0 133 50 26 507 123 53
Binary 11001000 10010 1110111 0 1011011 101000 10110 101000111 1010011 101011

Color Harmonies of #C81277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81277

Black with #C81277

Text Example


Text Example

White with #C81277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81277; }

 p { color: rgb(200,18,119); }

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

background-color css

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

 a { background-color: rgb(200,18,119); }

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

border-color css

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

 span { border-color: rgb(200,18,119); }

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