Html Css Color HEX #C708B9 Deep Magenta

📋 copy color: '#C708B9'

red 199 ◦ green 8 ◦ blue 185

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

Shades of Deep Magenta #C708B9

Tints of Deep Magenta #C708B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 47.19%

R = 50.77%
G = 2.04%
B = 47.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C708B9 (or 0xC708B9) is known color: Deep Magenta. HEX triplet: C7, 08 and B9. RGB value is (199,8,185). Sum of RGB (Red+Green+Blue) = 199+8+185=392 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.77% from 392); Green value is 8 (3.52% from 255 or 2.04% from 392); Blue value is 185 (72.66% from 255 or 47.19% from 392); Max value from RGB is 199 - color contains mainly: red. Hex color #C708B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C708B9 is #38F746. Grayscale: #545454. Windows color (decimal): -3733319 or 12126407. OLE color: 12126407.

HSL color Cylindrical-coordinate representation of color #C708B9: hue angle of 304.4º 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 #C708B9 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 8 185 -
CMYK 0 0.96 0.07 0.22
HSL 304.4º 0.92% 0.41% -
HSV(B) 304.4º 0.96% 0.78% -
XYZ 32.4 15.82 47.24 -
YUV 85.29 184.28 209.11 -
System Red Green Blue C M Y K H S L
Decimal 199 8 185 0 0.96 0.07 0.22 304.4 0.92 0.41
Hex C7 8 B9 0 60 7 16 130 5C 29
Octal 307 10 271 0 140 7 26 460 134 51
Binary 11000111 1000 10111001 0 1100000 111 10110 100110000 1011100 101001

Color Harmonies of #C708B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C708B9

Black with #C708B9

Text Example


Text Example

White with #C708B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C708B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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