Html Css Color HEX #C527BA Deep Magenta

📋 copy color: '#C527BA'

red 197 ◦ green 39 ◦ blue 186

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

Shades of Deep Magenta #C527BA

Tints of Deep Magenta #C527BA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.24%

 BLUE value IS 186 (73.05% from 255) = 44.08%

R = 46.68%
G = 9.24%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C527BA (or 0xC527BA) is known color: Deep Magenta. HEX triplet: C5, 27 and BA. RGB value is (197,39,186). Sum of RGB (Red+Green+Blue) = 197+39+186=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 39 (15.62% from 255 or 9.24% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 197 - color contains mainly: red. Hex color #C527BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C527BA is #3AD845. Grayscale: #666666. Windows color (decimal): -3856454 or 12199877. OLE color: 12199877.

HSL color Cylindrical-coordinate representation of color #C527BA: hue angle of 304.18º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C527BA is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 39 186 -
CMYK 0 0.80 0.06 0.23
HSL 304.18º 0.67% 0.46% -
HSV(B) 304.18º 0.8% 0.77% -
XYZ 32.61 16.87 47.99 -
YUV 103 174.85 195.05 -
System Red Green Blue C M Y K H S L
Decimal 197 39 186 0 0.80 0.06 0.23 304.18 0.67 0.46
Hex C5 27 BA 0 50 6 17 130 43 2E
Octal 305 47 272 0 120 6 27 460 103 56
Binary 11000101 100111 10111010 0 1010000 110 10111 100110000 1000011 101110

Color Harmonies of #C527BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C527BA

Black with #C527BA

Text Example


Text Example

White with #C527BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C527BA; }

 p { color: rgb(197,39,186); }

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

background-color css

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

 a { background-color: rgb(197,39,186); }

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

border-color css

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

 span { border-color: rgb(197,39,186); }

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