Html Css Color HEX #C927BE Deep Magenta

📋 copy color: '#C927BE'

red 201 ◦ green 39 ◦ blue 190

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

Shades of Deep Magenta #C927BE

Tints of Deep Magenta #C927BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.19%

R = 46.74%
G = 9.07%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C927BE (or 0xC927BE) is known color: Deep Magenta. HEX triplet: C9, 27 and BE. RGB value is (201,39,190). Sum of RGB (Red+Green+Blue) = 201+39+190=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 39 (15.62% from 255 or 9.07% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 201 - color contains mainly: red. Hex color #C927BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C927BE is #36D841. Grayscale: #686868. Windows color (decimal): -3594306 or 12462025. OLE color: 12462025.

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

Color convert

RGB 201 39 190 -
CMYK 0 0.81 0.05 0.21
HSL 304.07º 0.68% 0.47% -
HSV(B) 304.07º 0.81% 0.79% -
XYZ 34.11 17.59 50.31 -
YUV 104.65 176.17 196.72 -
System Red Green Blue C M Y K H S L
Decimal 201 39 190 0 0.81 0.05 0.21 304.07 0.68 0.47
Hex C9 27 BE 0 51 5 15 130 44 2F
Octal 311 47 276 0 121 5 25 460 104 57
Binary 11001001 100111 10111110 0 1010001 101 10101 100110000 1000100 101111

Color Harmonies of #C927BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C927BE

Black with #C927BE

Text Example


Text Example

White with #C927BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C927BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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