Html Css Color HEX #C527CC Deep Magenta

📋 copy color: '#C527CC'

red 197 ◦ green 39 ◦ blue 204

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

Shades of Deep Magenta #C527CC

Tints of Deep Magenta #C527CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.36%

R = 44.77%
G = 8.86%
B = 46.36%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C527CC (or 0xC527CC) is known color: Deep Magenta. HEX triplet: C5, 27 and CC. RGB value is (197,39,204). Sum of RGB (Red+Green+Blue) = 197+39+204=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 39 (15.62% from 255 or 8.86% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #C527CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C527CC is #3AD833. Grayscale: #686868. Windows color (decimal): -3856436 or 13379525. OLE color: 13379525.

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

Color convert

RGB 197 39 204 -
CMYK 0.03 0.81 0 0.2
HSL 297.45º 0.68% 0.48% -
HSV(B) 297.45º 0.81% 0.8% -
XYZ 34.65 17.68 58.71 -
YUV 105.05 183.85 193.58 -
System Red Green Blue C M Y K H S L
Decimal 197 39 204 0.03 0.81 0 0.2 297.45 0.68 0.48
Hex C5 27 CC 3 51 0 14 129 44 30
Octal 305 47 314 3 121 0 24 451 104 60
Binary 11000101 100111 11001100 11 1010001 0 10100 100101001 1000100 110000

Color Harmonies of #C527CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C527CC

Black with #C527CC

Text Example


Text Example

White with #C527CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C527CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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