Html Css Color HEX #C927BD Deep Magenta

📋 copy color: '#C927BD'

red 201 ◦ green 39 ◦ blue 189

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

Shades of Deep Magenta #C927BD

Tints of Deep Magenta #C927BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.06%

R = 46.85%
G = 9.09%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C927BD (or 0xC927BD) is known color: Deep Magenta. HEX triplet: C9, 27 and BD. RGB value is (201,39,189). Sum of RGB (Red+Green+Blue) = 201+39+189=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 39 (15.62% from 255 or 9.09% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C927BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C927BD is #36D842. Grayscale: #686868. Windows color (decimal): -3594307 or 12396489. OLE color: 12396489.

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

Color convert

RGB 201 39 189 -
CMYK 0 0.81 0.06 0.21
HSL 304.44º 0.68% 0.47% -
HSV(B) 304.44º 0.81% 0.79% -
XYZ 34 17.54 49.74 -
YUV 104.54 175.67 196.8 -
System Red Green Blue C M Y K H S L
Decimal 201 39 189 0 0.81 0.06 0.21 304.44 0.68 0.47
Hex C9 27 BD 0 51 6 15 130 44 2F
Octal 311 47 275 0 121 6 25 460 104 57
Binary 11001001 100111 10111101 0 1010001 110 10101 100110000 1000100 101111

Color Harmonies of #C927BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C927BD

Black with #C927BD

Text Example


Text Example

White with #C927BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C927BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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