Html Css Color HEX #C927BB Deep Magenta

📋 copy color: '#C927BB'

red 201 ◦ green 39 ◦ blue 187

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

Shades of Deep Magenta #C927BB

Tints of Deep Magenta #C927BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.79%

R = 47.07%
G = 9.13%
B = 43.79%

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

#C927BB (or 0xC927BB) is known color: Deep Magenta. HEX triplet: C9, 27 and BB. RGB value is (201,39,187). Sum of RGB (Red+Green+Blue) = 201+39+187=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 39 (15.62% from 255 or 9.13% from 427); Blue value is 187 (73.44% from 255 or 43.79% from 427); Max value from RGB is 201 - color contains mainly: red. Hex color #C927BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C927BB is #36D844. Grayscale: #676767. Windows color (decimal): -3594309 or 12265417. OLE color: 12265417.

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

Color convert

RGB 201 39 187 -
CMYK 0 0.81 0.07 0.21
HSL 305.19º 0.68% 0.47% -
HSV(B) 305.19º 0.81% 0.79% -
XYZ 33.78 17.46 48.6 -
YUV 104.31 174.67 196.97 -
System Red Green Blue C M Y K H S L
Decimal 201 39 187 0 0.81 0.07 0.21 305.19 0.68 0.47
Hex C9 27 BB 0 51 7 15 131 44 2F
Octal 311 47 273 0 121 7 25 461 104 57
Binary 11001001 100111 10111011 0 1010001 111 10101 100110001 1000100 101111

Color Harmonies of #C927BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C927BB

Black with #C927BB

Text Example


Text Example

White with #C927BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C927BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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