Html Css Color HEX #C708B7 Deep Magenta

📋 copy color: '#C708B7'

red 199 ◦ green 8 ◦ blue 183

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

Shades of Deep Magenta #C708B7

Tints of Deep Magenta #C708B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 46.92%

R = 51.03%
G = 2.05%
B = 46.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C708B7 (or 0xC708B7) is known color: Deep Magenta. HEX triplet: C7, 08 and B7. RGB value is (199,8,183). Sum of RGB (Red+Green+Blue) = 199+8+183=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 8 (3.52% from 255 or 2.05% from 390); Blue value is 183 (71.88% from 255 or 46.92% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C708B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C708B7 is #38F748. Grayscale: #545454. Windows color (decimal): -3733321 or 11995335. OLE color: 11995335.

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

Color convert

RGB 199 8 183 -
CMYK 0 0.96 0.08 0.22
HSL 305.03º 0.92% 0.41% -
HSV(B) 305.03º 0.96% 0.78% -
XYZ 32.19 15.73 46.14 -
YUV 85.06 183.28 209.27 -
System Red Green Blue C M Y K H S L
Decimal 199 8 183 0 0.96 0.08 0.22 305.03 0.92 0.41
Hex C7 8 B7 0 60 8 16 131 5C 29
Octal 307 10 267 0 140 10 26 461 134 51
Binary 11000111 1000 10110111 0 1100000 1000 10110 100110001 1011100 101001

Color Harmonies of #C708B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C708B7

Black with #C708B7

Text Example


Text Example

White with #C708B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C708B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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