Html Css Color HEX #C712B1 Deep Magenta

📋 copy color: '#C712B1'

red 199 ◦ green 18 ◦ blue 177

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

Shades of Deep Magenta #C712B1

Tints of Deep Magenta #C712B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 44.92%

R = 50.51%
G = 4.57%
B = 44.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C712B1 (or 0xC712B1) is known color: Deep Magenta. HEX triplet: C7, 12 and B1. RGB value is (199,18,177). Sum of RGB (Red+Green+Blue) = 199+18+177=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 18 (7.42% from 255 or 4.57% from 394); Blue value is 177 (69.53% from 255 or 44.92% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C712B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C712B1 is #38ED4E. Grayscale: #595959. Windows color (decimal): -3730767 or 11604679. OLE color: 11604679.

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

Color convert

RGB 199 18 177 -
CMYK 0 0.91 0.11 0.22
HSL 307.29º 0.83% 0.43% -
HSV(B) 307.29º 0.91% 0.78% -
XYZ 31.71 15.75 42.96 -
YUV 90.25 176.97 205.57 -
System Red Green Blue C M Y K H S L
Decimal 199 18 177 0 0.91 0.11 0.22 307.29 0.83 0.43
Hex C7 12 B1 0 5B B 16 133 53 2B
Octal 307 22 261 0 133 13 26 463 123 53
Binary 11000111 10010 10110001 0 1011011 1011 10110 100110011 1010011 101011

Color Harmonies of #C712B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C712B1

Black with #C712B1

Text Example


Text Example

White with #C712B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C712B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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