Html Css Color HEX #C527DE Deep Magenta

📋 copy color: '#C527DE'

red 197 ◦ green 39 ◦ blue 222

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

Shades of Deep Magenta #C527DE

Tints of Deep Magenta #C527DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.47%

R = 43.01%
G = 8.52%
B = 48.47%

CMYK

 C value IS 0.11

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C527DE (or 0xC527DE) is known color: Deep Magenta. HEX triplet: C5, 27 and DE. RGB value is (197,39,222). Sum of RGB (Red+Green+Blue) = 197+39+222=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 39 (15.62% from 255 or 8.52% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 222 - color contains mainly: blue. Hex color #C527DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C527DE is #3AD821. Grayscale: #6A6A6A. Windows color (decimal): -3856418 or 14559173. OLE color: 14559173.

HSL color Cylindrical-coordinate representation of color #C527DE: hue angle of 291.8º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C527DE is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 39 222 -
CMYK 0.11 0.82 0 0.13
HSL 291.8º 0.73% 0.51% -
HSV(B) 291.8º 0.82% 0.87% -
XYZ 36.94 18.6 70.75 -
YUV 107.1 192.85 192.12 -
System Red Green Blue C M Y K H S L
Decimal 197 39 222 0.11 0.82 0 0.13 291.8 0.73 0.51
Hex C5 27 DE B 52 0 D 124 49 33
Octal 305 47 336 13 122 0 15 444 111 63
Binary 11000101 100111 11011110 1011 1010010 0 1101 100100100 1001001 110011

Color Harmonies of #C527DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C527DE

Black with #C527DE

Text Example


Text Example

White with #C527DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C527DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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