Html Css Color HEX #C502BE Deep Magenta

📋 copy color: '#C502BE'

red 197 ◦ green 2 ◦ blue 190

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

Shades of Deep Magenta #C502BE

Tints of Deep Magenta #C502BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.84%

R = 50.64%
G = 0.51%
B = 48.84%

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

#C502BE (or 0xC502BE) is known color: Deep Magenta. HEX triplet: C5, 02 and BE. RGB value is (197,2,190). Sum of RGB (Red+Green+Blue) = 197+2+190=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 2 (1.17% from 255 or 0.51% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C502BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C502BE is #3AFD41. Grayscale: #515151. Windows color (decimal): -3865922 or 12452549. OLE color: 12452549.

HSL color Cylindrical-coordinate representation of color #C502BE: hue angle of 302.15º 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 #C502BE is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 2 190 -
CMYK 0 0.99 0.04 0.23
HSL 302.15º 0.98% 0.39% -
HSV(B) 302.15º 0.99% 0.77% -
XYZ 32.34 15.63 50.03 -
YUV 81.74 189.1 210.21 -
System Red Green Blue C M Y K H S L
Decimal 197 2 190 0 0.99 0.04 0.23 302.15 0.98 0.39
Hex C5 2 BE 0 63 4 17 12E 62 27
Octal 305 2 276 0 143 4 27 456 142 47
Binary 11000101 10 10111110 0 1100011 100 10111 100101110 1100010 100111

Color Harmonies of #C502BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C502BE

Black with #C502BE

Text Example


Text Example

White with #C502BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C502BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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