Html Css Color HEX #C527CD Deep Magenta

📋 copy color: '#C527CD'

red 197 ◦ green 39 ◦ blue 205

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

Shades of Deep Magenta #C527CD

Tints of Deep Magenta #C527CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.49%

R = 44.67%
G = 8.84%
B = 46.49%

CMYK

 C value IS 0.04

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C527CD (or 0xC527CD) is known color: Deep Magenta. HEX triplet: C5, 27 and CD. RGB value is (197,39,205). Sum of RGB (Red+Green+Blue) = 197+39+205=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 39 (15.62% from 255 or 8.84% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #C527CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C527CD is #3AD832. Grayscale: #686868. Windows color (decimal): -3856435 or 13445061. OLE color: 13445061.

HSL color Cylindrical-coordinate representation of color #C527CD: hue angle of 297.11º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C527CD is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 39 205 -
CMYK 0.04 0.81 0 0.20
HSL 297.11º 0.68% 0.48% -
HSV(B) 297.11º 0.81% 0.8% -
XYZ 34.77 17.73 59.35 -
YUV 105.17 184.35 193.5 -
System Red Green Blue C M Y K H S L
Decimal 197 39 205 0.04 0.81 0 0.20 297.11 0.68 0.48
Hex C5 27 CD 4 51 0 14 129 44 30
Octal 305 47 315 4 121 0 24 451 104 60
Binary 11000101 100111 11001101 100 1010001 0 10100 100101001 1000100 110000

Color Harmonies of #C527CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C527CD

Black with #C527CD

Text Example


Text Example

White with #C527CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C527CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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