Html Css Color HEX #C502D8 Deep Magenta

📋 copy color: '#C502D8'

red 197 ◦ green 2 ◦ blue 216

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

Shades of Deep Magenta #C502D8

Tints of Deep Magenta #C502D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 52.05%

R = 47.47%
G = 0.48%
B = 52.05%

CMYK

 C value IS 0.09

 M value IS 0.99

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C502D8 (or 0xC502D8) is known color: Deep Magenta. HEX triplet: C5, 02 and D8. RGB value is (197,2,216). Sum of RGB (Red+Green+Blue) = 197+2+216=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 2 (1.17% from 255 or 0.48% from 415); Blue value is 216 (84.77% from 255 or 52.05% from 415); Max value from RGB is 216 - color contains mainly: blue. Hex color #C502D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C502D8 is #3AFD27. Grayscale: #545454. Windows color (decimal): -3865896 or 14156485. OLE color: 14156485.

HSL color Cylindrical-coordinate representation of color #C502D8: hue angle of 294.67º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C502D8 is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 2 216 -
CMYK 0.09 0.99 0 0.15
HSL 294.67º 0.98% 0.43% -
HSV(B) 294.67º 0.99% 0.85% -
XYZ 35.44 16.87 66.35 -
YUV 84.7 202.1 208.1 -
System Red Green Blue C M Y K H S L
Decimal 197 2 216 0.09 0.99 0 0.15 294.67 0.98 0.43
Hex C5 2 D8 9 63 0 F 127 62 2B
Octal 305 2 330 11 143 0 17 447 142 53
Binary 11000101 10 11011000 1001 1100011 0 1111 100100111 1100010 101011

Color Harmonies of #C502D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C502D8

Black with #C502D8

Text Example


Text Example

White with #C502D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C502D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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