Html Css Color HEX #C502CD Deep Magenta

📋 copy color: '#C502CD'

red 197 ◦ green 2 ◦ blue 205

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

Shades of Deep Magenta #C502CD

Tints of Deep Magenta #C502CD

RGB

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

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

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

R = 48.76%
G = 0.5%
B = 50.74%

CMYK

 C value IS 0.04

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C502CD (or 0xC502CD) is known color: Deep Magenta. HEX triplet: C5, 02 and CD. RGB value is (197,2,205). Sum of RGB (Red+Green+Blue) = 197+2+205=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 2 (1.17% from 255 or 0.50% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #C502CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C502CD is #3AFD32. Grayscale: #525252. Windows color (decimal): -3865907 or 13435589. OLE color: 13435589.

HSL color Cylindrical-coordinate representation of color #C502CD: hue angle of 297.64º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C502CD is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 2 205 -
CMYK 0.04 0.99 0 0.20
HSL 297.64º 0.98% 0.41% -
HSV(B) 297.64º 0.99% 0.8% -
XYZ 34.07 16.32 59.11 -
YUV 83.45 196.6 208.99 -
System Red Green Blue C M Y K H S L
Decimal 197 2 205 0.04 0.99 0 0.20 297.64 0.98 0.41
Hex C5 2 CD 4 63 0 14 12A 62 29
Octal 305 2 315 4 143 0 24 452 142 51
Binary 11000101 10 11001101 100 1100011 0 10100 100101010 1100010 101001

Color Harmonies of #C502CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C502CD

Black with #C502CD

Text Example


Text Example

White with #C502CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C502CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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