Html Css Color HEX #C927B2 Deep Magenta

📋 copy color: '#C927B2'

red 201 ◦ green 39 ◦ blue 178

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

Shades of Deep Magenta #C927B2

Tints of Deep Magenta #C927B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.58%

R = 48.09%
G = 9.33%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#C927B2 (or 0xC927B2) is known color: Deep Magenta. HEX triplet: C9, 27 and B2. RGB value is (201,39,178). Sum of RGB (Red+Green+Blue) = 201+39+178=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 39 (15.62% from 255 or 9.33% from 418); Blue value is 178 (69.92% from 255 or 42.58% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C927B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C927B2 is #36D84D. Grayscale: #666666. Windows color (decimal): -3594318 or 11675593. OLE color: 11675593.

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

Color convert

RGB 201 39 178 -
CMYK 0 0.81 0.11 0.21
HSL 308.52º 0.68% 0.47% -
HSV(B) 308.52º 0.81% 0.79% -
XYZ 32.85 17.08 43.69 -
YUV 103.28 170.17 197.7 -
System Red Green Blue C M Y K H S L
Decimal 201 39 178 0 0.81 0.11 0.21 308.52 0.68 0.47
Hex C9 27 B2 0 51 B 15 135 44 2F
Octal 311 47 262 0 121 13 25 465 104 57
Binary 11001001 100111 10110010 0 1010001 1011 10101 100110101 1000100 101111

Color Harmonies of #C927B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C927B2

Black with #C927B2

Text Example


Text Example

White with #C927B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C927B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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