Html Css Color HEX #C527B2 Deep Magenta

📋 copy color: '#C527B2'

red 197 ◦ green 39 ◦ blue 178

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

Shades of Deep Magenta #C527B2

Tints of Deep Magenta #C527B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 43%

R = 47.58%
G = 9.42%
B = 43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C527B2 (or 0xC527B2) is known color: Deep Magenta. HEX triplet: C5, 27 and B2. RGB value is (197,39,178). Sum of RGB (Red+Green+Blue) = 197+39+178=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 39 (15.62% from 255 or 9.42% from 414); Blue value is 178 (69.92% from 255 or 43.00% from 414); Max value from RGB is 197 - color contains mainly: red. Hex color #C527B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C527B2 is #3AD84D. Grayscale: #656565. Windows color (decimal): -3856462 or 11675589. OLE color: 11675589.

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

Color convert

RGB 197 39 178 -
CMYK 0 0.80 0.10 0.23
HSL 307.22º 0.67% 0.46% -
HSV(B) 307.22º 0.8% 0.77% -
XYZ 31.79 16.54 43.64 -
YUV 102.09 170.85 195.7 -
System Red Green Blue C M Y K H S L
Decimal 197 39 178 0 0.80 0.10 0.23 307.22 0.67 0.46
Hex C5 27 B2 0 50 A 17 133 43 2E
Octal 305 47 262 0 120 12 27 463 103 56
Binary 11000101 100111 10110010 0 1010000 1010 10111 100110011 1000011 101110

Color Harmonies of #C527B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C527B2

Black with #C527B2

Text Example


Text Example

White with #C527B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C527B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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