Html Css Color HEX #C526CF Deep Magenta

📋 copy color: '#C526CF'

red 197 ◦ green 38 ◦ blue 207

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

Shades of Deep Magenta #C526CF

Tints of Deep Magenta #C526CF

RGB

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

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

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

R = 44.57%
G = 8.6%
B = 46.83%

CMYK

 C value IS 0.05

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C526CF (or 0xC526CF) is known color: Deep Magenta. HEX triplet: C5, 26 and CF. RGB value is (197,38,207). Sum of RGB (Red+Green+Blue) = 197+38+207=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 38 (15.23% from 255 or 8.60% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #C526CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C526CF is #3AD930. Grayscale: #686868. Windows color (decimal): -3856689 or 13575877. OLE color: 13575877.

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

Color convert

RGB 197 38 207 -
CMYK 0.05 0.82 0 0.19
HSL 296.45º 0.69% 0.48% -
HSV(B) 296.45º 0.82% 0.81% -
XYZ 34.98 17.76 60.62 -
YUV 104.81 185.68 193.76 -
System Red Green Blue C M Y K H S L
Decimal 197 38 207 0.05 0.82 0 0.19 296.45 0.69 0.48
Hex C5 26 CF 5 52 0 13 128 45 30
Octal 305 46 317 5 122 0 23 450 105 60
Binary 11000101 100110 11001111 101 1010010 0 10011 100101000 1000101 110000

Color Harmonies of #C526CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C526CF

Black with #C526CF

Text Example


Text Example

White with #C526CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C526CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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