Html Css Color HEX #C526BC Deep Magenta

📋 copy color: '#C526BC'

red 197 ◦ green 38 ◦ blue 188

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

Shades of Deep Magenta #C526BC

Tints of Deep Magenta #C526BC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.98%

 BLUE value IS 188 (73.83% from 255) = 44.44%

R = 46.57%
G = 8.98%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C526BC (or 0xC526BC) is known color: Deep Magenta. HEX triplet: C5, 26 and BC. RGB value is (197,38,188). Sum of RGB (Red+Green+Blue) = 197+38+188=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 38 (15.23% from 255 or 8.98% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C526BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C526BC is #3AD943. Grayscale: #666666. Windows color (decimal): -3856708 or 12330693. OLE color: 12330693.

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

Color convert

RGB 197 38 188 -
CMYK 0 0.81 0.05 0.23
HSL 303.4º 0.68% 0.46% -
HSV(B) 303.4º 0.81% 0.77% -
XYZ 32.8 16.89 49.11 -
YUV 102.64 176.18 195.3 -
System Red Green Blue C M Y K H S L
Decimal 197 38 188 0 0.81 0.05 0.23 303.4 0.68 0.46
Hex C5 26 BC 0 51 5 17 12F 44 2E
Octal 305 46 274 0 121 5 27 457 104 56
Binary 11000101 100110 10111100 0 1010001 101 10111 100101111 1000100 101110

Color Harmonies of #C526BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C526BC

Black with #C526BC

Text Example


Text Example

White with #C526BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C526BC; }

 p { color: rgb(197,38,188); }

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

background-color css

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

 a { background-color: rgb(197,38,188); }

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

border-color css

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

 span { border-color: rgb(197,38,188); }

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