Html Css Color HEX #C712DF Deep Magenta

📋 copy color: '#C712DF'

red 199 ◦ green 18 ◦ blue 223

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

Shades of Deep Magenta #C712DF

Tints of Deep Magenta #C712DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.68%

R = 45.23%
G = 4.09%
B = 50.68%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C712DF (or 0xC712DF) is known color: Deep Magenta. HEX triplet: C7, 12 and DF. RGB value is (199,18,223). Sum of RGB (Red+Green+Blue) = 199+18+223=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 18 (7.42% from 255 or 4.09% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #C712DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C712DF is #38ED20. Grayscale: #5E5E5E. Windows color (decimal): -3730721 or 14619335. OLE color: 14619335.

HSL color Cylindrical-coordinate representation of color #C712DF: hue angle of 292.98º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C712DF is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 18 223 -
CMYK 0.11 0.92 0 0.13
HSL 292.98º 0.85% 0.47% -
HSV(B) 292.98º 0.92% 0.87% -
XYZ 37.09 17.9 71.31 -
YUV 95.49 199.97 201.83 -
System Red Green Blue C M Y K H S L
Decimal 199 18 223 0.11 0.92 0 0.13 292.98 0.85 0.47
Hex C7 12 DF B 5C 0 D 125 55 2F
Octal 307 22 337 13 134 0 15 445 125 57
Binary 11000111 10010 11011111 1011 1011100 0 1101 100100101 1010101 101111

Color Harmonies of #C712DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C712DF

Black with #C712DF

Text Example


Text Example

White with #C712DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C712DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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