Html Css Color HEX #C502BD Deep Magenta

📋 copy color: '#C502BD'

red 197 ◦ green 2 ◦ blue 189

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

Shades of Deep Magenta #C502BD

Tints of Deep Magenta #C502BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.71%

R = 50.77%
G = 0.52%
B = 48.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C502BD (or 0xC502BD) is known color: Deep Magenta. HEX triplet: C5, 02 and BD. RGB value is (197,2,189). Sum of RGB (Red+Green+Blue) = 197+2+189=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 2 (1.17% from 255 or 0.52% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C502BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C502BD is #3AFD42. Grayscale: #515151. Windows color (decimal): -3865923 or 12387013. OLE color: 12387013.

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

Color convert

RGB 197 2 189 -
CMYK 0 0.99 0.04 0.23
HSL 302.46º 0.98% 0.39% -
HSV(B) 302.46º 0.99% 0.77% -
XYZ 32.23 15.59 49.45 -
YUV 81.62 188.6 210.29 -
System Red Green Blue C M Y K H S L
Decimal 197 2 189 0 0.99 0.04 0.23 302.46 0.98 0.39
Hex C5 2 BD 0 63 4 17 12E 62 27
Octal 305 2 275 0 143 4 27 456 142 47
Binary 11000101 10 10111101 0 1100011 100 10111 100101110 1100010 100111

Color Harmonies of #C502BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C502BD

Black with #C502BD

Text Example


Text Example

White with #C502BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C502BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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