Html Css Color HEX #C927BA Deep Magenta

📋 copy color: '#C927BA'

red 201 ◦ green 39 ◦ blue 186

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

Shades of Deep Magenta #C927BA

Tints of Deep Magenta #C927BA

RGB

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

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

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

R = 47.18%
G = 9.15%
B = 43.66%

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

#C927BA (or 0xC927BA) is known color: Deep Magenta. HEX triplet: C9, 27 and BA. RGB value is (201,39,186). Sum of RGB (Red+Green+Blue) = 201+39+186=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 39 (15.62% from 255 or 9.15% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C927BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C927BA is #36D845. Grayscale: #676767. Windows color (decimal): -3594310 or 12199881. OLE color: 12199881.

HSL color Cylindrical-coordinate representation of color #C927BA: hue angle of 305.56º 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 #C927BA is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 39 186 -
CMYK 0 0.81 0.07 0.21
HSL 305.56º 0.68% 0.47% -
HSV(B) 305.56º 0.81% 0.79% -
XYZ 33.68 17.41 48.04 -
YUV 104.2 174.17 197.05 -
System Red Green Blue C M Y K H S L
Decimal 201 39 186 0 0.81 0.07 0.21 305.56 0.68 0.47
Hex C9 27 BA 0 51 7 15 132 44 2F
Octal 311 47 272 0 121 7 25 462 104 57
Binary 11001001 100111 10111010 0 1010001 111 10101 100110010 1000100 101111

Color Harmonies of #C927BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C927BA

Black with #C927BA

Text Example


Text Example

White with #C927BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C927BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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