Html Css Color HEX #C805A2 Medium Violet Red

📋 copy color: '#C805A2'

red 200 ◦ green 5 ◦ blue 162

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

Shades of Medium Violet Red #C805A2

Tints of Medium Violet Red #C805A2

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.36%

 BLUE value IS 162 (63.67% from 255) = 44.14%

R = 54.5%
G = 1.36%
B = 44.14%

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

#C805A2 (or 0xC805A2) is known color: Medium Violet Red. HEX triplet: C8, 05 and A2. RGB value is (200,5,162). Sum of RGB (Red+Green+Blue) = 200+5+162=367 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.50% from 367); Green value is 5 (2.34% from 255 or 1.36% from 367); Blue value is 162 (63.67% from 255 or 44.14% from 367); Max value from RGB is 200 - color contains mainly: red. Hex color #C805A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C805A2 is #37FA5D. Grayscale: #505050. Windows color (decimal): -3668574 or 10618312. OLE color: 10618312.

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

Color convert

RGB 200 5 162 -
CMYK 0 0.98 0.19 0.22
HSL 311.69º 0.95% 0.4% -
HSV(B) 311.69º 0.98% 0.78% -
XYZ 30.4 15 35.48 -
YUV 81.2 173.6 212.73 -
System Red Green Blue C M Y K H S L
Decimal 200 5 162 0 0.98 0.19 0.22 311.69 0.95 0.4
Hex C8 5 A2 0 62 13 16 138 5F 28
Octal 310 5 242 0 142 23 26 470 137 50
Binary 11001000 101 10100010 0 1100010 10011 10110 100111000 1011111 101000

Color Harmonies of #C805A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C805A2

Black with #C805A2

Text Example


Text Example

White with #C805A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C805A2; }

 p { color: rgb(200,5,162); }

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

background-color css

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

 a { background-color: rgb(200,5,162); }

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

border-color css

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

 span { border-color: rgb(200,5,162); }

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