Html Css Color HEX #C712B6 Deep Magenta

📋 copy color: '#C712B6'

red 199 ◦ green 18 ◦ blue 182

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

Shades of Deep Magenta #C712B6

Tints of Deep Magenta #C712B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 45.61%

R = 49.87%
G = 4.51%
B = 45.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C712B6 (or 0xC712B6) is known color: Deep Magenta. HEX triplet: C7, 12 and B6. RGB value is (199,18,182). Sum of RGB (Red+Green+Blue) = 199+18+182=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 18 (7.42% from 255 or 4.51% from 399); Blue value is 182 (71.48% from 255 or 45.61% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C712B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C712B6 is #38ED49. Grayscale: #5A5A5A. Windows color (decimal): -3730762 or 11932359. OLE color: 11932359.

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

Color convert

RGB 199 18 182 -
CMYK 0 0.91 0.09 0.22
HSL 305.64º 0.83% 0.43% -
HSV(B) 305.64º 0.91% 0.78% -
XYZ 32.21 15.95 45.64 -
YUV 90.82 179.47 205.16 -
System Red Green Blue C M Y K H S L
Decimal 199 18 182 0 0.91 0.09 0.22 305.64 0.83 0.43
Hex C7 12 B6 0 5B 9 16 132 53 2B
Octal 307 22 266 0 133 11 26 462 123 53
Binary 11000111 10010 10110110 0 1011011 1001 10110 100110010 1010011 101011

Color Harmonies of #C712B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C712B6

Black with #C712B6

Text Example


Text Example

White with #C712B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C712B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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