Html Css Color HEX #C803A0 Medium Violet Red

📋 copy color: '#C803A0'

red 200 ◦ green 3 ◦ blue 160

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

Shades of Medium Violet Red #C803A0

Tints of Medium Violet Red #C803A0

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.83%

 BLUE value IS 160 (62.89% from 255) = 44.08%

R = 55.1%
G = 0.83%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.2

 K value IS 0.22

RGB Variations

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

Color information

#C803A0 (or 0xC803A0) is known color: Medium Violet Red. HEX triplet: C8, 03 and A0. RGB value is (200,3,160). Sum of RGB (Red+Green+Blue) = 200+3+160=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 3 (1.56% from 255 or 0.83% from 363); Blue value is 160 (62.89% from 255 or 44.08% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C803A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C803A0 is #37FC5F. Grayscale: #4F4F4F. Windows color (decimal): -3669088 or 10486728. OLE color: 10486728.

HSL color Cylindrical-coordinate representation of color #C803A0: hue angle of 312.18º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C803A0 is Cyan = 0, Magento = 0.98, Yellow = 0.2 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 3 160 -
CMYK 0 0.98 0.2 0.22
HSL 312.18º 0.97% 0.4% -
HSV(B) 312.18º 0.99% 0.78% -
XYZ 30.2 14.88 34.54 -
YUV 79.8 173.27 213.73 -
System Red Green Blue C M Y K H S L
Decimal 200 3 160 0 0.98 0.2 0.22 312.18 0.97 0.4
Hex C8 3 A0 0 62 14 16 138 61 28
Octal 310 3 240 0 142 24 26 470 141 50
Binary 11001000 11 10100000 0 1100010 10100 10110 100111000 1100001 101000

Color Harmonies of #C803A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C803A0

Black with #C803A0

Text Example


Text Example

White with #C803A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C803A0; }

 p { color: rgb(200,3,160); }

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

background-color css

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

 a { background-color: rgb(200,3,160); }

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

border-color css

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

 span { border-color: rgb(200,3,160); }

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