Html Css Color HEX #C525BE Deep Magenta

📋 copy color: '#C525BE'

red 197 ◦ green 37 ◦ blue 190

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

Shades of Deep Magenta #C525BE

Tints of Deep Magenta #C525BE

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.73%

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

R = 46.46%
G = 8.73%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C525BE (or 0xC525BE) is known color: Deep Magenta. HEX triplet: C5, 25 and BE. RGB value is (197,37,190). Sum of RGB (Red+Green+Blue) = 197+37+190=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 37 (14.84% from 255 or 8.73% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C525BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C525BE is #3ADA41. Grayscale: #656565. Windows color (decimal): -3856962 or 12461509. OLE color: 12461509.

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

Color convert

RGB 197 37 190 -
CMYK 0 0.81 0.04 0.23
HSL 302.63º 0.68% 0.46% -
HSV(B) 302.63º 0.81% 0.77% -
XYZ 32.98 16.91 50.24 -
YUV 102.28 177.51 195.56 -
System Red Green Blue C M Y K H S L
Decimal 197 37 190 0 0.81 0.04 0.23 302.63 0.68 0.46
Hex C5 25 BE 0 51 4 17 12F 44 2E
Octal 305 45 276 0 121 4 27 457 104 56
Binary 11000101 100101 10111110 0 1010001 100 10111 100101111 1000100 101110

Color Harmonies of #C525BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C525BE

Black with #C525BE

Text Example


Text Example

White with #C525BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C525BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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