Html Css Color HEX #C527C0 Deep Magenta

📋 copy color: '#C527C0'

red 197 ◦ green 39 ◦ blue 192

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

Shades of Deep Magenta #C527C0

Tints of Deep Magenta #C527C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.86%

R = 46.03%
G = 9.11%
B = 44.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C527C0 (or 0xC527C0) is known color: Deep Magenta. HEX triplet: C5, 27 and C0. RGB value is (197,39,192). Sum of RGB (Red+Green+Blue) = 197+39+192=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 39 (15.62% from 255 or 9.11% from 428); Blue value is 192 (75.39% from 255 or 44.86% from 428); Max value from RGB is 197 - color contains mainly: red. Hex color #C527C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C527C0 is #3AD83F. Grayscale: #676767. Windows color (decimal): -3856448 or 12593093. OLE color: 12593093.

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

Color convert

RGB 197 39 192 -
CMYK 0 0.80 0.03 0.23
HSL 301.9º 0.67% 0.46% -
HSV(B) 301.9º 0.8% 0.77% -
XYZ 33.27 17.13 51.42 -
YUV 103.68 177.85 194.56 -
System Red Green Blue C M Y K H S L
Decimal 197 39 192 0 0.80 0.03 0.23 301.9 0.67 0.46
Hex C5 27 C0 0 50 3 17 12E 43 2E
Octal 305 47 300 0 120 3 27 456 103 56
Binary 11000101 100111 11000000 0 1010000 11 10111 100101110 1000011 101110

Color Harmonies of #C527C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C527C0

Black with #C527C0

Text Example


Text Example

White with #C527C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C527C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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