Html Css Color HEX #C710CD Deep Magenta

📋 copy color: '#C710CD'

red 199 ◦ green 16 ◦ blue 205

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

Shades of Deep Magenta #C710CD

Tints of Deep Magenta #C710CD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.81%

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

R = 47.38%
G = 3.81%
B = 48.81%

CMYK

 C value IS 0.03

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C710CD (or 0xC710CD) is known color: Deep Magenta. HEX triplet: C7, 10 and CD. RGB value is (199,16,205). Sum of RGB (Red+Green+Blue) = 199+16+205=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 16 (6.64% from 255 or 3.81% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #C710CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C710CD is #38EF32. Grayscale: #5B5B5B. Windows color (decimal): -3731251 or 13439175. OLE color: 13439175.

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

Color convert

RGB 199 16 205 -
CMYK 0.03 0.92 0 0.20
HSL 298.1º 0.86% 0.43% -
HSV(B) 298.1º 0.92% 0.8% -
XYZ 34.76 16.92 59.19 -
YUV 92.26 191.63 204.13 -
System Red Green Blue C M Y K H S L
Decimal 199 16 205 0.03 0.92 0 0.20 298.1 0.86 0.43
Hex C7 10 CD 3 5C 0 14 12A 56 2B
Octal 307 20 315 3 134 0 24 452 126 53
Binary 11000111 10000 11001101 11 1011100 0 10100 100101010 1010110 101011

Color Harmonies of #C710CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C710CD

Black with #C710CD

Text Example


Text Example

White with #C710CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C710CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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