Html Css Color HEX #C800A1 Medium Violet Red

📋 copy color: '#C800A1'

red 200 ◦ green 0 ◦ blue 161

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

Shades of Medium Violet Red #C800A1

Tints of Medium Violet Red #C800A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 44.6%

R = 55.4%
G = 0%
B = 44.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#C800A1 (or 0xC800A1) is known color: Medium Violet Red. HEX triplet: C8, 00 and A1. RGB value is (200,0,161). Sum of RGB (Red+Green+Blue) = 200+0+161=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 161 (63.28% from 255 or 44.60% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C800A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C800A1 is #37FF5E. Grayscale: #4D4D4D. Windows color (decimal): -3669855 or 10551496. OLE color: 10551496.

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

Color convert

RGB 200 0 161 -
CMYK 0 1 0.19 0.22
HSL 311.7º 1% 0.39% -
HSV(B) 311.7º 1% 0.78% -
XYZ 30.25 14.85 34.99 -
YUV 78.15 174.76 214.91 -
System Red Green Blue C M Y K H S L
Decimal 200 0 161 0 1 0.19 0.22 311.7 1 0.39
Hex C8 0 A1 0 64 13 16 138 64 27
Octal 310 0 241 0 144 23 26 470 144 47
Binary 11001000 0 10100001 0 1100100 10011 10110 100111000 1100100 100111

Color Harmonies of #C800A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C800A1

Black with #C800A1

Text Example


Text Example

White with #C800A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C800A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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