Html Css Color HEX #C712A5 Medium Violet Red

📋 copy color: '#C712A5'

red 199 ◦ green 18 ◦ blue 165

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

Shades of Medium Violet Red #C712A5

Tints of Medium Violet Red #C712A5

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.71%

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

R = 52.09%
G = 4.71%
B = 43.19%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#C712A5 (or 0xC712A5) is known color: Medium Violet Red. HEX triplet: C7, 12 and A5. RGB value is (199,18,165). Sum of RGB (Red+Green+Blue) = 199+18+165=382 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.09% from 382); Green value is 18 (7.42% from 255 or 4.71% from 382); Blue value is 165 (64.84% from 255 or 43.19% from 382); Max value from RGB is 199 - color contains mainly: red. Hex color #C712A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C712A5 is #38ED5A. Grayscale: #585858. Windows color (decimal): -3730779 or 10818247. OLE color: 10818247.

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

Color convert

RGB 199 18 165 -
CMYK 0 0.91 0.17 0.22
HSL 311.27º 0.83% 0.43% -
HSV(B) 311.27º 0.91% 0.78% -
XYZ 30.56 15.29 36.94 -
YUV 88.88 170.97 206.55 -
System Red Green Blue C M Y K H S L
Decimal 199 18 165 0 0.91 0.17 0.22 311.27 0.83 0.43
Hex C7 12 A5 0 5B 11 16 137 53 2B
Octal 307 22 245 0 133 21 26 467 123 53
Binary 11000111 10010 10100101 0 1011011 10001 10110 100110111 1010011 101011

Color Harmonies of #C712A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C712A5

Black with #C712A5

Text Example


Text Example

White with #C712A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C712A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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