Html Css Color HEX #C805A0 Medium Violet Red

📋 copy color: '#C805A0'

red 200 ◦ green 5 ◦ blue 160

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

Shades of Medium Violet Red #C805A0

Tints of Medium Violet Red #C805A0

RGB

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

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

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

R = 54.79%
G = 1.37%
B = 43.84%

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

#C805A0 (or 0xC805A0) is known color: Medium Violet Red. HEX triplet: C8, 05 and A0. RGB value is (200,5,160). Sum of RGB (Red+Green+Blue) = 200+5+160=365 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.79% from 365); Green value is 5 (2.34% from 255 or 1.37% from 365); Blue value is 160 (62.89% from 255 or 43.84% from 365); Max value from RGB is 200 - color contains mainly: red. Hex color #C805A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C805A0 is #37FA5F. Grayscale: #505050. Windows color (decimal): -3668576 or 10487240. OLE color: 10487240.

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

Color convert

RGB 200 5 160 -
CMYK 0 0.98 0.2 0.22
HSL 312.31º 0.95% 0.4% -
HSV(B) 312.31º 0.98% 0.78% -
XYZ 30.22 14.93 34.55 -
YUV 80.98 172.6 212.9 -
System Red Green Blue C M Y K H S L
Decimal 200 5 160 0 0.98 0.2 0.22 312.31 0.95 0.4
Hex C8 5 A0 0 62 14 16 138 5F 28
Octal 310 5 240 0 142 24 26 470 137 50
Binary 11001000 101 10100000 0 1100010 10100 10110 100111000 1011111 101000

Color Harmonies of #C805A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C805A0

Black with #C805A0

Text Example


Text Example

White with #C805A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C805A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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