Html Css Color HEX #C926BA Deep Magenta

📋 copy color: '#C926BA'

red 201 ◦ green 38 ◦ blue 186

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

Shades of Deep Magenta #C926BA

Tints of Deep Magenta #C926BA

RGB

 RED value IS 201 (78.91% from 255) = 47.29%

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

 BLUE value IS 186 (73.05% from 255) = 43.76%

R = 47.29%
G = 8.94%
B = 43.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C926BA (or 0xC926BA) is known color: Deep Magenta. HEX triplet: C9, 26 and BA. RGB value is (201,38,186). Sum of RGB (Red+Green+Blue) = 201+38+186=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 38 (15.23% from 255 or 8.94% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C926BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C926BA is #36D945. Grayscale: #676767. Windows color (decimal): -3594566 or 12199625. OLE color: 12199625.

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

Color convert

RGB 201 38 186 -
CMYK 0 0.81 0.07 0.21
HSL 305.52º 0.68% 0.47% -
HSV(B) 305.52º 0.81% 0.79% -
XYZ 33.64 17.35 48.03 -
YUV 103.61 174.5 197.47 -
System Red Green Blue C M Y K H S L
Decimal 201 38 186 0 0.81 0.07 0.21 305.52 0.68 0.47
Hex C9 26 BA 0 51 7 15 132 44 2F
Octal 311 46 272 0 121 7 25 462 104 57
Binary 11001001 100110 10111010 0 1010001 111 10101 100110010 1000100 101111

Color Harmonies of #C926BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C926BA

Black with #C926BA

Text Example


Text Example

White with #C926BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C926BA; }

 p { color: rgb(201,38,186); }

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

background-color css

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

 a { background-color: rgb(201,38,186); }

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

border-color css

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

 span { border-color: rgb(201,38,186); }

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