Html Css Color HEX #C527CF Deep Magenta

📋 copy color: '#C527CF'

red 197 ◦ green 39 ◦ blue 207

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

Shades of Deep Magenta #C527CF

Tints of Deep Magenta #C527CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.73%

R = 44.47%
G = 8.8%
B = 46.73%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C527CF (or 0xC527CF) is known color: Deep Magenta. HEX triplet: C5, 27 and CF. RGB value is (197,39,207). Sum of RGB (Red+Green+Blue) = 197+39+207=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 39 (15.62% from 255 or 8.80% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #C527CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C527CF is #3AD830. Grayscale: #686868. Windows color (decimal): -3856433 or 13576133. OLE color: 13576133.

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

Color convert

RGB 197 39 207 -
CMYK 0.05 0.81 0 0.19
HSL 296.43º 0.68% 0.48% -
HSV(B) 296.43º 0.81% 0.81% -
XYZ 35.01 17.83 60.63 -
YUV 105.39 185.35 193.34 -
System Red Green Blue C M Y K H S L
Decimal 197 39 207 0.05 0.81 0 0.19 296.43 0.68 0.48
Hex C5 27 CF 5 51 0 13 128 44 30
Octal 305 47 317 5 121 0 23 450 104 60
Binary 11000101 100111 11001111 101 1010001 0 10011 100101000 1000100 110000

Color Harmonies of #C527CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C527CF

Black with #C527CF

Text Example


Text Example

White with #C527CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C527CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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