Html Css Color HEX #C527CB Deep Magenta

📋 copy color: '#C527CB'

red 197 ◦ green 39 ◦ blue 203

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

Shades of Deep Magenta #C527CB

Tints of Deep Magenta #C527CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.24%

R = 44.87%
G = 8.88%
B = 46.24%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C527CB (or 0xC527CB) is known color: Deep Magenta. HEX triplet: C5, 27 and CB. RGB value is (197,39,203). Sum of RGB (Red+Green+Blue) = 197+39+203=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 39 (15.62% from 255 or 8.88% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #C527CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C527CB is #3AD834. Grayscale: #686868. Windows color (decimal): -3856437 or 13313989. OLE color: 13313989.

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

Color convert

RGB 197 39 203 -
CMYK 0.03 0.81 0 0.20
HSL 297.8º 0.68% 0.47% -
HSV(B) 297.8º 0.81% 0.8% -
XYZ 34.53 17.63 58.08 -
YUV 104.94 183.35 193.66 -
System Red Green Blue C M Y K H S L
Decimal 197 39 203 0.03 0.81 0 0.20 297.8 0.68 0.47
Hex C5 27 CB 3 51 0 14 12A 44 2F
Octal 305 47 313 3 121 0 24 452 104 57
Binary 11000101 100111 11001011 11 1010001 0 10100 100101010 1000100 101111

Color Harmonies of #C527CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C527CB

Black with #C527CB

Text Example


Text Example

White with #C527CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C527CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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