Html Css Color HEX #C712CD Deep Magenta

📋 copy color: '#C712CD'

red 199 ◦ green 18 ◦ blue 205

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

Shades of Deep Magenta #C712CD

Tints of Deep Magenta #C712CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.58%

R = 47.16%
G = 4.27%
B = 48.58%

CMYK

 C value IS 0.03

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C712CD (or 0xC712CD) is known color: Deep Magenta. HEX triplet: C7, 12 and CD. RGB value is (199,18,205). Sum of RGB (Red+Green+Blue) = 199+18+205=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 18 (7.42% from 255 or 4.27% from 422); Blue value is 205 (80.47% from 255 or 48.58% from 422); Max value from RGB is 205 - color contains mainly: blue. Hex color #C712CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C712CD is #38ED32. Grayscale: #5C5C5C. Windows color (decimal): -3730739 or 13439687. OLE color: 13439687.

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

Color convert

RGB 199 18 205 -
CMYK 0.03 0.91 0 0.20
HSL 298.07º 0.84% 0.44% -
HSV(B) 298.07º 0.91% 0.8% -
XYZ 34.79 16.98 59.2 -
YUV 93.44 190.97 203.29 -
System Red Green Blue C M Y K H S L
Decimal 199 18 205 0.03 0.91 0 0.20 298.07 0.84 0.44
Hex C7 12 CD 3 5B 0 14 12A 54 2C
Octal 307 22 315 3 133 0 24 452 124 54
Binary 11000111 10010 11001101 11 1011011 0 10100 100101010 1010100 101100

Color Harmonies of #C712CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C712CD

Black with #C712CD

Text Example


Text Example

White with #C712CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C712CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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