Html Css Color HEX #C502DF Deep Magenta

📋 copy color: '#C502DF'

red 197 ◦ green 2 ◦ blue 223

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

Shades of Deep Magenta #C502DF

Tints of Deep Magenta #C502DF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.47%

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

R = 46.68%
G = 0.47%
B = 52.84%

CMYK

 C value IS 0.12

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C502DF (or 0xC502DF) is known color: Deep Magenta. HEX triplet: C5, 02 and DF. RGB value is (197,2,223). Sum of RGB (Red+Green+Blue) = 197+2+223=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 2 (1.17% from 255 or 0.47% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #C502DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C502DF is #3AFD20. Grayscale: #545454. Windows color (decimal): -3865889 or 14615237. OLE color: 14615237.

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

Color convert

RGB 197 2 223 -
CMYK 0.12 0.99 0 0.13
HSL 292.94º 0.98% 0.44% -
HSV(B) 292.94º 0.99% 0.87% -
XYZ 36.37 17.24 71.22 -
YUV 85.5 205.6 207.53 -
System Red Green Blue C M Y K H S L
Decimal 197 2 223 0.12 0.99 0 0.13 292.94 0.98 0.44
Hex C5 2 DF C 63 0 D 125 62 2C
Octal 305 2 337 14 143 0 15 445 142 54
Binary 11000101 10 11011111 1100 1100011 0 1101 100100101 1100010 101100

Color Harmonies of #C502DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C502DF

Black with #C502DF

Text Example


Text Example

White with #C502DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C502DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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