Html Css Color HEX #C505DF Deep Magenta

📋 copy color: '#C505DF'

red 197 ◦ green 5 ◦ blue 223

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

Shades of Deep Magenta #C505DF

Tints of Deep Magenta #C505DF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.18%

 BLUE value IS 223 (87.5% from 255) = 52.47%

R = 46.35%
G = 1.18%
B = 52.47%

CMYK

 C value IS 0.12

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C505DF (or 0xC505DF) is known color: Deep Magenta. HEX triplet: C5, 05 and DF. RGB value is (197,5,223). Sum of RGB (Red+Green+Blue) = 197+5+223=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 5 (2.34% from 255 or 1.18% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #C505DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C505DF is #3AFA20. Grayscale: #565656. Windows color (decimal): -3865121 or 14616005. OLE color: 14616005.

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

Color convert

RGB 197 5 223 -
CMYK 0.12 0.98 0 0.13
HSL 292.84º 0.96% 0.45% -
HSV(B) 292.84º 0.98% 0.87% -
XYZ 36.4 17.31 71.23 -
YUV 87.26 204.61 206.27 -
System Red Green Blue C M Y K H S L
Decimal 197 5 223 0.12 0.98 0 0.13 292.84 0.96 0.45
Hex C5 5 DF C 62 0 D 125 60 2D
Octal 305 5 337 14 142 0 15 445 140 55
Binary 11000101 101 11011111 1100 1100010 0 1101 100100101 1100000 101101

Color Harmonies of #C505DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C505DF

Black with #C505DF

Text Example


Text Example

White with #C505DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C505DF; }

 p { color: rgb(197,5,223); }

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

background-color css

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

 a { background-color: rgb(197,5,223); }

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

border-color css

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

 span { border-color: rgb(197,5,223); }

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