Html Css Color HEX #C508DB Deep Magenta

📋 copy color: '#C508DB'

red 197 ◦ green 8 ◦ blue 219

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

Shades of Deep Magenta #C508DB

Tints of Deep Magenta #C508DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.65%

R = 46.46%
G = 1.89%
B = 51.65%

CMYK

 C value IS 0.10

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C508DB (or 0xC508DB) is known color: Deep Magenta. HEX triplet: C5, 08 and DB. RGB value is (197,8,219). Sum of RGB (Red+Green+Blue) = 197+8+219=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 8 (3.52% from 255 or 1.89% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #C508DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C508DB is #3AF724. Grayscale: #575757. Windows color (decimal): -3864357 or 14354629. OLE color: 14354629.

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

Color convert

RGB 197 8 219 -
CMYK 0.10 0.96 0 0.14
HSL 293.74º 0.93% 0.45% -
HSV(B) 293.74º 0.96% 0.86% -
XYZ 35.9 17.16 68.44 -
YUV 88.57 201.62 205.34 -
System Red Green Blue C M Y K H S L
Decimal 197 8 219 0.10 0.96 0 0.14 293.74 0.93 0.45
Hex C5 8 DB A 60 0 E 126 5D 2D
Octal 305 10 333 12 140 0 16 446 135 55
Binary 11000101 1000 11011011 1010 1100000 0 1110 100100110 1011101 101101

Color Harmonies of #C508DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C508DB

Black with #C508DB

Text Example


Text Example

White with #C508DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C508DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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