Html Css Color HEX #C804A1 Medium Violet Red

📋 copy color: '#C804A1'

red 200 ◦ green 4 ◦ blue 161

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

Shades of Medium Violet Red #C804A1

Tints of Medium Violet Red #C804A1

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.1%

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

R = 54.79%
G = 1.1%
B = 44.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#C804A1 (or 0xC804A1) is known color: Medium Violet Red. HEX triplet: C8, 04 and A1. RGB value is (200,4,161). Sum of RGB (Red+Green+Blue) = 200+4+161=365 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.79% from 365); Green value is 4 (1.95% from 255 or 1.10% from 365); Blue value is 161 (63.28% from 255 or 44.11% from 365); Max value from RGB is 200 - color contains mainly: red. Hex color #C804A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C804A1 is #37FB5E. Grayscale: #505050. Windows color (decimal): -3668831 or 10552520. OLE color: 10552520.

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

Color convert

RGB 200 4 161 -
CMYK 0 0.98 0.19 0.22
HSL 311.94º 0.96% 0.4% -
HSV(B) 311.94º 0.98% 0.78% -
XYZ 30.3 14.94 35.01 -
YUV 80.5 173.43 213.23 -
System Red Green Blue C M Y K H S L
Decimal 200 4 161 0 0.98 0.19 0.22 311.94 0.96 0.4
Hex C8 4 A1 0 62 13 16 138 60 28
Octal 310 4 241 0 142 23 26 470 140 50
Binary 11001000 100 10100001 0 1100010 10011 10110 100111000 1100000 101000

Color Harmonies of #C804A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C804A1

Black with #C804A1

Text Example


Text Example

White with #C804A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C804A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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