Html Css Color HEX #C712CE Deep Magenta

📋 copy color: '#C712CE'

red 199 ◦ green 18 ◦ blue 206

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

Shades of Deep Magenta #C712CE

Tints of Deep Magenta #C712CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.7%

R = 47.04%
G = 4.26%
B = 48.7%

CMYK

 C value IS 0.03

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C712CE (or 0xC712CE) is known color: Deep Magenta. HEX triplet: C7, 12 and CE. RGB value is (199,18,206). Sum of RGB (Red+Green+Blue) = 199+18+206=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 18 (7.42% from 255 or 4.26% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #C712CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C712CE is #38ED31. Grayscale: #5C5C5C. Windows color (decimal): -3730738 or 13505223. OLE color: 13505223.

HSL color Cylindrical-coordinate representation of color #C712CE: hue angle of 297.77º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C712CE is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 18 206 -
CMYK 0.03 0.91 0 0.19
HSL 297.77º 0.84% 0.44% -
HSV(B) 297.77º 0.91% 0.81% -
XYZ 34.91 17.03 59.84 -
YUV 93.55 191.47 203.21 -
System Red Green Blue C M Y K H S L
Decimal 199 18 206 0.03 0.91 0 0.19 297.77 0.84 0.44
Hex C7 12 CE 3 5B 0 13 12A 54 2C
Octal 307 22 316 3 133 0 23 452 124 54
Binary 11000111 10010 11001110 11 1011011 0 10011 100101010 1010100 101100

Color Harmonies of #C712CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C712CE

Black with #C712CE

Text Example


Text Example

White with #C712CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C712CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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