Html Css Color HEX #C522BE Deep Magenta

📋 copy color: '#C522BE'

red 197 ◦ green 34 ◦ blue 190

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

Shades of Deep Magenta #C522BE

Tints of Deep Magenta #C522BE

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.08%

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

R = 46.79%
G = 8.08%
B = 45.13%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C522BE (or 0xC522BE) is known color: Deep Magenta. HEX triplet: C5, 22 and BE. RGB value is (197,34,190). Sum of RGB (Red+Green+Blue) = 197+34+190=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 34 (13.67% from 255 or 8.08% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C522BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C522BE is #3ADD41. Grayscale: #646464. Windows color (decimal): -3857730 or 12460741. OLE color: 12460741.

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

Color convert

RGB 197 34 190 -
CMYK 0 0.83 0.04 0.23
HSL 302.58º 0.71% 0.45% -
HSV(B) 302.58º 0.83% 0.77% -
XYZ 32.89 16.73 50.21 -
YUV 100.52 178.5 196.82 -
System Red Green Blue C M Y K H S L
Decimal 197 34 190 0 0.83 0.04 0.23 302.58 0.71 0.45
Hex C5 22 BE 0 53 4 17 12F 47 2D
Octal 305 42 276 0 123 4 27 457 107 55
Binary 11000101 100010 10111110 0 1010011 100 10111 100101111 1000111 101101

Color Harmonies of #C522BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C522BE

Black with #C522BE

Text Example


Text Example

White with #C522BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C522BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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