Html Css Color HEX #C705A5 Medium Violet Red

📋 copy color: '#C705A5'

red 199 ◦ green 5 ◦ blue 165

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

Shades of Medium Violet Red #C705A5

Tints of Medium Violet Red #C705A5

RGB

 RED value IS 199 (78.13% from 255) = 53.93%

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

 BLUE value IS 165 (64.84% from 255) = 44.72%

R = 53.93%
G = 1.36%
B = 44.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#C705A5 (or 0xC705A5) is known color: Medium Violet Red. HEX triplet: C7, 05 and A5. RGB value is (199,5,165). Sum of RGB (Red+Green+Blue) = 199+5+165=369 (48% of max value = 765). Red value is 199 (78.12% from 255 or 53.93% from 369); Green value is 5 (2.34% from 255 or 1.36% from 369); Blue value is 165 (64.84% from 255 or 44.72% from 369); Max value from RGB is 199 - color contains mainly: red. Hex color #C705A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C705A5 is #38FA5A. Grayscale: #505050. Windows color (decimal): -3734107 or 10814919. OLE color: 10814919.

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

Color convert

RGB 199 5 165 -
CMYK 0 0.97 0.17 0.22
HSL 310.52º 0.95% 0.4% -
HSV(B) 310.52º 0.97% 0.78% -
XYZ 30.4 14.97 36.88 -
YUV 81.25 175.27 211.99 -
System Red Green Blue C M Y K H S L
Decimal 199 5 165 0 0.97 0.17 0.22 310.52 0.95 0.4
Hex C7 5 A5 0 61 11 16 137 5F 28
Octal 307 5 245 0 141 21 26 467 137 50
Binary 11000111 101 10100101 0 1100001 10001 10110 100110111 1011111 101000

Color Harmonies of #C705A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C705A5

Black with #C705A5

Text Example


Text Example

White with #C705A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C705A5; }

 p { color: rgb(199,5,165); }

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

background-color css

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

 a { background-color: rgb(199,5,165); }

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

border-color css

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

 span { border-color: rgb(199,5,165); }

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