Html Css Color HEX #C527DB Deep Magenta

📋 copy color: '#C527DB'

red 197 ◦ green 39 ◦ blue 219

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

Shades of Deep Magenta #C527DB

Tints of Deep Magenta #C527DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.13%

R = 43.3%
G = 8.57%
B = 48.13%

CMYK

 C value IS 0.10

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C527DB (or 0xC527DB) is known color: Deep Magenta. HEX triplet: C5, 27 and DB. RGB value is (197,39,219). Sum of RGB (Red+Green+Blue) = 197+39+219=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 39 (15.62% from 255 or 8.57% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #C527DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C527DB is #3AD824. Grayscale: #6A6A6A. Windows color (decimal): -3856421 or 14362565. OLE color: 14362565.

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

Color convert

RGB 197 39 219 -
CMYK 0.10 0.82 0 0.14
HSL 292.67º 0.71% 0.51% -
HSV(B) 292.67º 0.82% 0.86% -
XYZ 36.54 18.44 68.65 -
YUV 106.76 191.35 192.36 -
System Red Green Blue C M Y K H S L
Decimal 197 39 219 0.10 0.82 0 0.14 292.67 0.71 0.51
Hex C5 27 DB A 52 0 E 125 47 33
Octal 305 47 333 12 122 0 16 445 107 63
Binary 11000101 100111 11011011 1010 1010010 0 1110 100100101 1000111 110011

Color Harmonies of #C527DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C527DB

Black with #C527DB

Text Example


Text Example

White with #C527DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C527DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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