Html Css Color HEX #C508DE Deep Magenta

📋 copy color: '#C508DE'

red 197 ◦ green 8 ◦ blue 222

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

Shades of Deep Magenta #C508DE

Tints of Deep Magenta #C508DE

RGB

 RED value IS 197 (77.34% from 255) = 46.14%

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

 BLUE value IS 222 (87.11% from 255) = 51.99%

R = 46.14%
G = 1.87%
B = 51.99%

CMYK

 C value IS 0.11

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C508DE (or 0xC508DE) is known color: Deep Magenta. HEX triplet: C5, 08 and DE. RGB value is (197,8,222). Sum of RGB (Red+Green+Blue) = 197+8+222=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 8 (3.52% from 255 or 1.87% from 427); Blue value is 222 (87.11% from 255 or 51.99% from 427); Max value from RGB is 222 - color contains mainly: blue. Hex color #C508DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C508DE is #3AF721. Grayscale: #585858. Windows color (decimal): -3864354 or 14551237. OLE color: 14551237.

HSL color Cylindrical-coordinate representation of color #C508DE: hue angle of 292.99º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C508DE is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 8 222 -
CMYK 0.11 0.96 0 0.13
HSL 292.99º 0.93% 0.45% -
HSV(B) 292.99º 0.96% 0.87% -
XYZ 36.3 17.32 70.54 -
YUV 88.91 203.12 205.1 -
System Red Green Blue C M Y K H S L
Decimal 197 8 222 0.11 0.96 0 0.13 292.99 0.93 0.45
Hex C5 8 DE B 60 0 D 125 5D 2D
Octal 305 10 336 13 140 0 15 445 135 55
Binary 11000101 1000 11011110 1011 1100000 0 1101 100100101 1011101 101101

Color Harmonies of #C508DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C508DE

Black with #C508DE

Text Example


Text Example

White with #C508DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C508DE; }

 p { color: rgb(197,8,222); }

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

background-color css

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

 a { background-color: rgb(197,8,222); }

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

border-color css

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

 span { border-color: rgb(197,8,222); }

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