Html Css Color HEX #C927C1 Deep Magenta

📋 copy color: '#C927C1'

red 201 ◦ green 39 ◦ blue 193

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

Shades of Deep Magenta #C927C1

Tints of Deep Magenta #C927C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 44.57%

R = 46.42%
G = 9.01%
B = 44.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#C927C1 (or 0xC927C1) is known color: Deep Magenta. HEX triplet: C9, 27 and C1. RGB value is (201,39,193). Sum of RGB (Red+Green+Blue) = 201+39+193=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 39 (15.62% from 255 or 9.01% from 433); Blue value is 193 (75.78% from 255 or 44.57% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C927C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C927C1 is #36D83E. Grayscale: #686868. Windows color (decimal): -3594303 or 12658633. OLE color: 12658633.

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

Color convert

RGB 201 39 193 -
CMYK 0 0.81 0.04 0.21
HSL 302.96º 0.68% 0.47% -
HSV(B) 302.96º 0.81% 0.79% -
XYZ 34.44 17.72 52.06 -
YUV 104.99 177.67 196.48 -
System Red Green Blue C M Y K H S L
Decimal 201 39 193 0 0.81 0.04 0.21 302.96 0.68 0.47
Hex C9 27 C1 0 51 4 15 12F 44 2F
Octal 311 47 301 0 121 4 25 457 104 57
Binary 11001001 100111 11000001 0 1010001 100 10101 100101111 1000100 101111

Color Harmonies of #C927C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C927C1

Black with #C927C1

Text Example


Text Example

White with #C927C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C927C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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