Html Css Color HEX #C814A5 Medium Violet Red

📋 copy color: '#C814A5'

red 200 ◦ green 20 ◦ blue 165

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

Shades of Medium Violet Red #C814A5

Tints of Medium Violet Red #C814A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 42.86%

R = 51.95%
G = 5.19%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#C814A5 (or 0xC814A5) is known color: Medium Violet Red. HEX triplet: C8, 14 and A5. RGB value is (200,20,165). Sum of RGB (Red+Green+Blue) = 200+20+165=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 20 (8.20% from 255 or 5.19% from 385); Blue value is 165 (64.84% from 255 or 42.86% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C814A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C814A5 is #37EB5A. Grayscale: #595959. Windows color (decimal): -3664731 or 10818760. OLE color: 10818760.

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

Color convert

RGB 200 20 165 -
CMYK 0 0.9 0.18 0.22
HSL 311.67º 0.82% 0.43% -
HSV(B) 311.67º 0.9% 0.78% -
XYZ 30.86 15.5 36.96 -
YUV 90.35 170.13 206.21 -
System Red Green Blue C M Y K H S L
Decimal 200 20 165 0 0.9 0.18 0.22 311.67 0.82 0.43
Hex C8 14 A5 0 5A 12 16 138 52 2B
Octal 310 24 245 0 132 22 26 470 122 53
Binary 11001000 10100 10100101 0 1011010 10010 10110 100111000 1010010 101011

Color Harmonies of #C814A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C814A5

Black with #C814A5

Text Example


Text Example

White with #C814A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C814A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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