Html Css Color HEX #C708C1 Deep Magenta

📋 copy color: '#C708C1'

red 199 ◦ green 8 ◦ blue 193

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

Shades of Deep Magenta #C708C1

Tints of Deep Magenta #C708C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 48.25%

R = 49.75%
G = 2%
B = 48.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C708C1 (or 0xC708C1) is known color: Deep Magenta. HEX triplet: C7, 08 and C1. RGB value is (199,8,193). Sum of RGB (Red+Green+Blue) = 199+8+193=400 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.75% from 400); Green value is 8 (3.52% from 255 or 2% from 400); Blue value is 193 (75.78% from 255 or 48.25% from 400); Max value from RGB is 199 - color contains mainly: red. Hex color #C708C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C708C1 is #38F73E. Grayscale: #555555. Windows color (decimal): -3733311 or 12650695. OLE color: 12650695.

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

Color convert

RGB 199 8 193 -
CMYK 0 0.96 0.03 0.22
HSL 301.88º 0.92% 0.41% -
HSV(B) 301.88º 0.96% 0.78% -
XYZ 33.27 16.17 51.82 -
YUV 86.2 188.28 208.46 -
System Red Green Blue C M Y K H S L
Decimal 199 8 193 0 0.96 0.03 0.22 301.88 0.92 0.41
Hex C7 8 C1 0 60 3 16 12E 5C 29
Octal 307 10 301 0 140 3 26 456 134 51
Binary 11000111 1000 11000001 0 1100000 11 10110 100101110 1011100 101001

Color Harmonies of #C708C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C708C1

Black with #C708C1

Text Example


Text Example

White with #C708C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C708C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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