Html Css Color HEX #C527DA Deep Magenta

📋 copy color: '#C527DA'

red 197 ◦ green 39 ◦ blue 218

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

Shades of Deep Magenta #C527DA

Tints of Deep Magenta #C527DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.02%

R = 43.39%
G = 8.59%
B = 48.02%

CMYK

 C value IS 0.10

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C527DA (or 0xC527DA) is known color: Deep Magenta. HEX triplet: C5, 27 and DA. RGB value is (197,39,218). Sum of RGB (Red+Green+Blue) = 197+39+218=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 39 (15.62% from 255 or 8.59% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #C527DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C527DA is #3AD825. Grayscale: #6A6A6A. Windows color (decimal): -3856422 or 14297029. OLE color: 14297029.

HSL color Cylindrical-coordinate representation of color #C527DA: hue angle of 292.96º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C527DA is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 39 218 -
CMYK 0.10 0.82 0 0.15
HSL 292.96º 0.71% 0.5% -
HSV(B) 292.96º 0.82% 0.85% -
XYZ 36.41 18.38 67.96 -
YUV 106.65 190.85 192.45 -
System Red Green Blue C M Y K H S L
Decimal 197 39 218 0.10 0.82 0 0.15 292.96 0.71 0.5
Hex C5 27 DA A 52 0 F 125 47 32
Octal 305 47 332 12 122 0 17 445 107 62
Binary 11000101 100111 11011010 1010 1010010 0 1111 100100101 1000111 110010

Color Harmonies of #C527DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C527DA

Black with #C527DA

Text Example


Text Example

White with #C527DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C527DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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