Html Css Color HEX #C708B3 Deep Magenta

📋 copy color: '#C708B3'

red 199 ◦ green 8 ◦ blue 179

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

Shades of Deep Magenta #C708B3

Tints of Deep Magenta #C708B3

RGB

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

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

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

R = 51.55%
G = 2.07%
B = 46.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C708B3 (or 0xC708B3) is known color: Deep Magenta. HEX triplet: C7, 08 and B3. RGB value is (199,8,179). Sum of RGB (Red+Green+Blue) = 199+8+179=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 8 (3.52% from 255 or 2.07% from 386); Blue value is 179 (70.31% from 255 or 46.37% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C708B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C708B3 is #38F74C. Grayscale: #545454. Windows color (decimal): -3733325 or 11733191. OLE color: 11733191.

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

Color convert

RGB 199 8 179 -
CMYK 0 0.96 0.10 0.22
HSL 306.28º 0.92% 0.41% -
HSV(B) 306.28º 0.96% 0.78% -
XYZ 31.78 15.57 43.98 -
YUV 84.6 181.28 209.6 -
System Red Green Blue C M Y K H S L
Decimal 199 8 179 0 0.96 0.10 0.22 306.28 0.92 0.41
Hex C7 8 B3 0 60 A 16 132 5C 29
Octal 307 10 263 0 140 12 26 462 134 51
Binary 11000111 1000 10110011 0 1100000 1010 10110 100110010 1011100 101001

Color Harmonies of #C708B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C708B3

Black with #C708B3

Text Example


Text Example

White with #C708B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C708B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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