Html Css Color HEX #C70FA5 Medium Violet Red

📋 copy color: '#C70FA5'

red 199 ◦ green 15 ◦ blue 165

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

Shades of Medium Violet Red #C70FA5

Tints of Medium Violet Red #C70FA5

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.96%

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

R = 52.51%
G = 3.96%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#C70FA5 (or 0xC70FA5) is known color: Medium Violet Red. HEX triplet: C7, 0F and A5. RGB value is (199,15,165). Sum of RGB (Red+Green+Blue) = 199+15+165=379 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.51% from 379); Green value is 15 (6.25% from 255 or 3.96% from 379); Blue value is 165 (64.84% from 255 or 43.54% from 379); Max value from RGB is 199 - color contains mainly: red. Hex color #C70FA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70FA5 is #38F05A. Grayscale: #565656. Windows color (decimal): -3731547 or 10817479. OLE color: 10817479.

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

Color convert

RGB 199 15 165 -
CMYK 0 0.92 0.17 0.22
HSL 311.09º 0.86% 0.42% -
HSV(B) 311.09º 0.92% 0.78% -
XYZ 30.52 15.2 36.92 -
YUV 87.12 171.96 207.8 -
System Red Green Blue C M Y K H S L
Decimal 199 15 165 0 0.92 0.17 0.22 311.09 0.86 0.42
Hex C7 F A5 0 5C 11 16 137 56 2A
Octal 307 17 245 0 134 21 26 467 126 52
Binary 11000111 1111 10100101 0 1011100 10001 10110 100110111 1010110 101010

Color Harmonies of #C70FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70FA5

Black with #C70FA5

Text Example


Text Example

White with #C70FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70FA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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