Html Css Color HEX #C81295 Medium Violet Red

📋 copy color: '#C81295'

red 200 ◦ green 18 ◦ blue 149

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

Shades of Medium Violet Red #C81295

Tints of Medium Violet Red #C81295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.6%

R = 54.5%
G = 4.9%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C81295 (or 0xC81295) is known color: Medium Violet Red. HEX triplet: C8, 12 and 95. RGB value is (200,18,149). Sum of RGB (Red+Green+Blue) = 200+18+149=367 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.50% from 367); Green value is 18 (7.42% from 255 or 4.90% from 367); Blue value is 149 (58.59% from 255 or 40.60% from 367); Max value from RGB is 200 - color contains mainly: red. Hex color #C81295 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81295 is #37ED6A. Grayscale: #575757. Windows color (decimal): -3665259 or 9769672. OLE color: 9769672.

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

Color convert

RGB 200 18 149 -
CMYK 0 0.91 0.26 0.22
HSL 316.81º 0.83% 0.43% -
HSV(B) 316.81º 0.91% 0.78% -
XYZ 29.46 14.88 29.75 -
YUV 87.35 162.8 208.35 -
System Red Green Blue C M Y K H S L
Decimal 200 18 149 0 0.91 0.26 0.22 316.81 0.83 0.43
Hex C8 12 95 0 5B 1A 16 13D 53 2B
Octal 310 22 225 0 133 32 26 475 123 53
Binary 11001000 10010 10010101 0 1011011 11010 10110 100111101 1010011 101011

Color Harmonies of #C81295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81295

Black with #C81295

Text Example


Text Example

White with #C81295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81295; }

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

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

background-color css

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

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

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

border-color css

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

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

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