Html Css Color HEX #C800A0 Medium Violet Red

📋 copy color: '#C800A0'

red 200 ◦ green 0 ◦ blue 160

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

Shades of Medium Violet Red #C800A0

Tints of Medium Violet Red #C800A0

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.56%
G = 0%
B = 44.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.2

 K value IS 0.22

RGB Variations

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

Color information

#C800A0 (or 0xC800A0) is known color: Medium Violet Red. HEX triplet: C8, 00 and A0. RGB value is (200,0,160). Sum of RGB (Red+Green+Blue) = 200+0+160=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 160 (62.89% from 255 or 44.44% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C800A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C800A0 is #37FF5F. Grayscale: #4D4D4D. Windows color (decimal): -3669856 or 10485960. OLE color: 10485960.

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

Color convert

RGB 200 0 160 -
CMYK 0 1 0.2 0.22
HSL 312º 1% 0.39% -
HSV(B) 312º 1% 0.78% -
XYZ 30.16 14.82 34.53 -
YUV 78.04 174.26 214.99 -
System Red Green Blue C M Y K H S L
Decimal 200 0 160 0 1 0.2 0.22 312 1 0.39
Hex C8 0 A0 0 64 14 16 138 64 27
Octal 310 0 240 0 144 24 26 470 144 47
Binary 11001000 0 10100000 0 1100100 10100 10110 100111000 1100100 100111

Color Harmonies of #C800A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C800A0

Black with #C800A0

Text Example


Text Example

White with #C800A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C800A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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