Html Css Color HEX #C814A3 Medium Violet Red

📋 copy color: '#C814A3'

red 200 ◦ green 20 ◦ blue 163

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

Shades of Medium Violet Red #C814A3

Tints of Medium Violet Red #C814A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 42.56%

R = 52.22%
G = 5.22%
B = 42.56%

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

#C814A3 (or 0xC814A3) is known color: Medium Violet Red. HEX triplet: C8, 14 and A3. RGB value is (200,20,163). Sum of RGB (Red+Green+Blue) = 200+20+163=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 20 (8.20% from 255 or 5.22% from 383); Blue value is 163 (64.06% from 255 or 42.56% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C814A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C814A3 is #37EB5C. Grayscale: #595959. Windows color (decimal): -3664733 or 10687688. OLE color: 10687688.

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

Color convert

RGB 200 20 163 -
CMYK 0 0.9 0.18 0.22
HSL 312.33º 0.82% 0.43% -
HSV(B) 312.33º 0.9% 0.78% -
XYZ 30.68 15.42 36.01 -
YUV 90.12 169.13 206.37 -
System Red Green Blue C M Y K H S L
Decimal 200 20 163 0 0.9 0.18 0.22 312.33 0.82 0.43
Hex C8 14 A3 0 5A 12 16 138 52 2B
Octal 310 24 243 0 132 22 26 470 122 53
Binary 11001000 10100 10100011 0 1011010 10010 10110 100111000 1010010 101011

Color Harmonies of #C814A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C814A3

Black with #C814A3

Text Example


Text Example

White with #C814A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C814A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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