Html Css Color HEX #C710B3 Deep Magenta

📋 copy color: '#C710B3'

red 199 ◦ green 16 ◦ blue 179

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

Shades of Deep Magenta #C710B3

Tints of Deep Magenta #C710B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 45.43%

R = 50.51%
G = 4.06%
B = 45.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C710B3 (or 0xC710B3) is known color: Deep Magenta. HEX triplet: C7, 10 and B3. RGB value is (199,16,179). Sum of RGB (Red+Green+Blue) = 199+16+179=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 16 (6.64% from 255 or 4.06% from 394); Blue value is 179 (70.31% from 255 or 45.43% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C710B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C710B3 is #38EF4C. Grayscale: #585858. Windows color (decimal): -3731277 or 11735239. OLE color: 11735239.

HSL color Cylindrical-coordinate representation of color #C710B3: hue angle of 306.56º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C710B3 is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 16 179 -
CMYK 0 0.92 0.10 0.22
HSL 306.56º 0.85% 0.42% -
HSV(B) 306.56º 0.92% 0.78% -
XYZ 31.88 15.77 44.01 -
YUV 89.3 178.63 206.25 -
System Red Green Blue C M Y K H S L
Decimal 199 16 179 0 0.92 0.10 0.22 306.56 0.85 0.42
Hex C7 10 B3 0 5C A 16 133 55 2A
Octal 307 20 263 0 134 12 26 463 125 52
Binary 11000111 10000 10110011 0 1011100 1010 10110 100110011 1010101 101010

Color Harmonies of #C710B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C710B3

Black with #C710B3

Text Example


Text Example

White with #C710B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C710B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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