Html Css Color HEX #C712A0 Medium Violet Red

📋 copy color: '#C712A0'

red 199 ◦ green 18 ◦ blue 160

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

Shades of Medium Violet Red #C712A0

Tints of Medium Violet Red #C712A0

RGB

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

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

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

R = 52.79%
G = 4.77%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C712A0 (or 0xC712A0) is known color: Medium Violet Red. HEX triplet: C7, 12 and A0. RGB value is (199,18,160). Sum of RGB (Red+Green+Blue) = 199+18+160=377 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.79% from 377); Green value is 18 (7.42% from 255 or 4.77% from 377); Blue value is 160 (62.89% from 255 or 42.44% from 377); Max value from RGB is 199 - color contains mainly: red. Hex color #C712A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C712A0 is #38ED5F. Grayscale: #575757. Windows color (decimal): -3730784 or 10490567. OLE color: 10490567.

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

Color convert

RGB 199 18 160 -
CMYK 0 0.91 0.20 0.22
HSL 312.93º 0.83% 0.43% -
HSV(B) 312.93º 0.91% 0.78% -
XYZ 30.11 15.11 34.59 -
YUV 88.31 168.47 206.95 -
System Red Green Blue C M Y K H S L
Decimal 199 18 160 0 0.91 0.20 0.22 312.93 0.83 0.43
Hex C7 12 A0 0 5B 14 16 139 53 2B
Octal 307 22 240 0 133 24 26 471 123 53
Binary 11000111 10010 10100000 0 1011011 10100 10110 100111001 1010011 101011

Color Harmonies of #C712A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C712A0

Black with #C712A0

Text Example


Text Example

White with #C712A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C712A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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