Html Css Color HEX #C712B7 Deep Magenta

📋 copy color: '#C712B7'

red 199 ◦ green 18 ◦ blue 183

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

Shades of Deep Magenta #C712B7

Tints of Deep Magenta #C712B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 45.75%

R = 49.75%
G = 4.5%
B = 45.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C712B7 (or 0xC712B7) is known color: Deep Magenta. HEX triplet: C7, 12 and B7. RGB value is (199,18,183). Sum of RGB (Red+Green+Blue) = 199+18+183=400 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.75% from 400); Green value is 18 (7.42% from 255 or 4.5% from 400); Blue value is 183 (71.88% from 255 or 45.75% from 400); Max value from RGB is 199 - color contains mainly: red. Hex color #C712B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C712B7 is #38ED48. Grayscale: #5A5A5A. Windows color (decimal): -3730761 or 11997895. OLE color: 11997895.

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

Color convert

RGB 199 18 183 -
CMYK 0 0.91 0.08 0.22
HSL 305.3º 0.83% 0.43% -
HSV(B) 305.3º 0.91% 0.78% -
XYZ 32.32 15.99 46.18 -
YUV 90.93 179.97 205.08 -
System Red Green Blue C M Y K H S L
Decimal 199 18 183 0 0.91 0.08 0.22 305.3 0.83 0.43
Hex C7 12 B7 0 5B 8 16 131 53 2B
Octal 307 22 267 0 133 10 26 461 123 53
Binary 11000111 10010 10110111 0 1011011 1000 10110 100110001 1010011 101011

Color Harmonies of #C712B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C712B7

Black with #C712B7

Text Example


Text Example

White with #C712B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C712B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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