Html Css Color HEX #C712AC Deep Magenta

📋 copy color: '#C712AC'

red 199 ◦ green 18 ◦ blue 172

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

Shades of Deep Magenta #C712AC

Tints of Deep Magenta #C712AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.22%

R = 51.16%
G = 4.63%
B = 44.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C712AC (or 0xC712AC) is known color: Deep Magenta. HEX triplet: C7, 12 and AC. RGB value is (199,18,172). Sum of RGB (Red+Green+Blue) = 199+18+172=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 18 (7.42% from 255 or 4.63% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C712AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C712AC is #38ED53. Grayscale: #595959. Windows color (decimal): -3730772 or 11276999. OLE color: 11276999.

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

Color convert

RGB 199 18 172 -
CMYK 0 0.91 0.14 0.22
HSL 308.95º 0.83% 0.43% -
HSV(B) 308.95º 0.91% 0.78% -
XYZ 31.22 15.55 40.39 -
YUV 89.68 174.47 205.98 -
System Red Green Blue C M Y K H S L
Decimal 199 18 172 0 0.91 0.14 0.22 308.95 0.83 0.43
Hex C7 12 AC 0 5B E 16 135 53 2B
Octal 307 22 254 0 133 16 26 465 123 53
Binary 11000111 10010 10101100 0 1011011 1110 10110 100110101 1010011 101011

Color Harmonies of #C712AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C712AC

Black with #C712AC

Text Example


Text Example

White with #C712AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C712AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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