Html Css Color HEX #C508CD Deep Magenta

📋 copy color: '#C508CD'

red 197 ◦ green 8 ◦ blue 205

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

Shades of Deep Magenta #C508CD

Tints of Deep Magenta #C508CD

RGB

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

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

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

R = 48.05%
G = 1.95%
B = 50%

CMYK

 C value IS 0.04

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C508CD (or 0xC508CD) is known color: Deep Magenta. HEX triplet: C5, 08 and CD. RGB value is (197,8,205). Sum of RGB (Red+Green+Blue) = 197+8+205=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 8 (3.52% from 255 or 1.95% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #C508CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C508CD is #3AF732. Grayscale: #565656. Windows color (decimal): -3864371 or 13437125. OLE color: 13437125.

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

Color convert

RGB 197 8 205 -
CMYK 0.04 0.96 0 0.20
HSL 297.56º 0.92% 0.42% -
HSV(B) 297.56º 0.96% 0.8% -
XYZ 34.13 16.45 59.13 -
YUV 86.97 194.62 206.48 -
System Red Green Blue C M Y K H S L
Decimal 197 8 205 0.04 0.96 0 0.20 297.56 0.92 0.42
Hex C5 8 CD 4 60 0 14 12A 5C 2A
Octal 305 10 315 4 140 0 24 452 134 52
Binary 11000101 1000 11001101 100 1100000 0 10100 100101010 1011100 101010

Color Harmonies of #C508CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C508CD

Black with #C508CD

Text Example


Text Example

White with #C508CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C508CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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