Html Css Color HEX #C708BE Deep Magenta

📋 copy color: '#C708BE'

red 199 ◦ green 8 ◦ blue 190

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

Shades of Deep Magenta #C708BE

Tints of Deep Magenta #C708BE

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.02%

 BLUE value IS 190 (74.61% from 255) = 47.86%

R = 50.13%
G = 2.02%
B = 47.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C708BE (or 0xC708BE) is known color: Deep Magenta. HEX triplet: C7, 08 and BE. RGB value is (199,8,190). Sum of RGB (Red+Green+Blue) = 199+8+190=397 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.13% from 397); Green value is 8 (3.52% from 255 or 2.02% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 199 - color contains mainly: red. Hex color #C708BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C708BE is #38F741. Grayscale: #555555. Windows color (decimal): -3733314 or 12454087. OLE color: 12454087.

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

Color convert

RGB 199 8 190 -
CMYK 0 0.96 0.05 0.22
HSL 302.83º 0.92% 0.41% -
HSV(B) 302.83º 0.96% 0.78% -
XYZ 32.93 16.03 50.07 -
YUV 85.86 186.78 208.7 -
System Red Green Blue C M Y K H S L
Decimal 199 8 190 0 0.96 0.05 0.22 302.83 0.92 0.41
Hex C7 8 BE 0 60 5 16 12F 5C 29
Octal 307 10 276 0 140 5 26 457 134 51
Binary 11000111 1000 10111110 0 1100000 101 10110 100101111 1011100 101001

Color Harmonies of #C708BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C708BE

Black with #C708BE

Text Example


Text Example

White with #C708BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C708BE; }

 p { color: rgb(199,8,190); }

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

background-color css

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

 a { background-color: rgb(199,8,190); }

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

border-color css

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

 span { border-color: rgb(199,8,190); }

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