Html Css Color HEX #C712DD Deep Magenta

📋 copy color: '#C712DD'

red 199 ◦ green 18 ◦ blue 221

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

Shades of Deep Magenta #C712DD

Tints of Deep Magenta #C712DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.46%

R = 45.43%
G = 4.11%
B = 50.46%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C712DD (or 0xC712DD) is known color: Deep Magenta. HEX triplet: C7, 12 and DD. RGB value is (199,18,221). Sum of RGB (Red+Green+Blue) = 199+18+221=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 18 (7.42% from 255 or 4.11% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #C712DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C712DD is #38ED22. Grayscale: #5E5E5E. Windows color (decimal): -3730723 or 14488263. OLE color: 14488263.

HSL color Cylindrical-coordinate representation of color #C712DD: hue angle of 293.5º 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 #C712DD is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 18 221 -
CMYK 0.10 0.92 0 0.13
HSL 293.5º 0.85% 0.47% -
HSV(B) 293.5º 0.92% 0.87% -
XYZ 36.82 17.8 69.9 -
YUV 95.26 198.97 201.99 -
System Red Green Blue C M Y K H S L
Decimal 199 18 221 0.10 0.92 0 0.13 293.5 0.85 0.47
Hex C7 12 DD A 5C 0 D 125 55 2F
Octal 307 22 335 12 134 0 15 445 125 57
Binary 11000111 10010 11011101 1010 1011100 0 1101 100100101 1010101 101111

Color Harmonies of #C712DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C712DD

Black with #C712DD

Text Example


Text Example

White with #C712DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C712DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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