Html Css Color HEX #C708CD Deep Magenta

📋 copy color: '#C708CD'

red 199 ◦ green 8 ◦ blue 205

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

Shades of Deep Magenta #C708CD

Tints of Deep Magenta #C708CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.76%

R = 48.3%
G = 1.94%
B = 49.76%

CMYK

 C value IS 0.03

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C708CD (or 0xC708CD) is known color: Deep Magenta. HEX triplet: C7, 08 and CD. RGB value is (199,8,205). Sum of RGB (Red+Green+Blue) = 199+8+205=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 8 (3.52% from 255 or 1.94% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #C708CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C708CD is #38F732. Grayscale: #565656. Windows color (decimal): -3733299 or 13437127. OLE color: 13437127.

HSL color Cylindrical-coordinate representation of color #C708CD: hue angle of 298.17º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C708CD is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 8 205 -
CMYK 0.03 0.96 0 0.20
HSL 298.17º 0.92% 0.42% -
HSV(B) 298.17º 0.96% 0.8% -
XYZ 34.66 16.72 59.16 -
YUV 87.57 194.28 207.48 -
System Red Green Blue C M Y K H S L
Decimal 199 8 205 0.03 0.96 0 0.20 298.17 0.92 0.42
Hex C7 8 CD 3 60 0 14 12A 5C 2A
Octal 307 10 315 3 140 0 24 452 134 52
Binary 11000111 1000 11001101 11 1100000 0 10100 100101010 1011100 101010

Color Harmonies of #C708CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C708CD

Black with #C708CD

Text Example


Text Example

White with #C708CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C708CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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