Html Css Color HEX #C81473 Medium Violet Red

📋 copy color: '#C81473'

red 200 ◦ green 20 ◦ blue 115

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

Shades of Medium Violet Red #C81473

Tints of Medium Violet Red #C81473

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.97%

 BLUE value IS 115 (45.31% from 255) = 34.33%

R = 59.7%
G = 5.97%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C81473 (or 0xC81473) is known color: Medium Violet Red. HEX triplet: C8, 14 and 73. RGB value is (200,20,115). Sum of RGB (Red+Green+Blue) = 200+20+115=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 115 (45.31% from 255 or 34.33% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C81473 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81473 is #37EB8C. Grayscale: #545454. Windows color (decimal): -3664781 or 7541960. OLE color: 7541960.

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

Color convert

RGB 200 20 115 -
CMYK 0 0.9 0.42 0.22
HSL 328.33º 0.82% 0.43% -
HSV(B) 328.33º 0.9% 0.78% -
XYZ 27.16 14.02 17.49 -
YUV 84.65 145.13 210.28 -
System Red Green Blue C M Y K H S L
Decimal 200 20 115 0 0.9 0.42 0.22 328.33 0.82 0.43
Hex C8 14 73 0 5A 2A 16 148 52 2B
Octal 310 24 163 0 132 52 26 510 122 53
Binary 11001000 10100 1110011 0 1011010 101010 10110 101001000 1010010 101011

Color Harmonies of #C81473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81473

Black with #C81473

Text Example


Text Example

White with #C81473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81473; }

 p { color: rgb(200,20,115); }

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

background-color css

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

 a { background-color: rgb(200,20,115); }

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

border-color css

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

 span { border-color: rgb(200,20,115); }

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