Html Css Color HEX #C927C4 Deep Magenta

📋 copy color: '#C927C4'

red 201 ◦ green 39 ◦ blue 196

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

Shades of Deep Magenta #C927C4

Tints of Deep Magenta #C927C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 44.95%

R = 46.1%
G = 8.94%
B = 44.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#C927C4 (or 0xC927C4) is known color: Deep Magenta. HEX triplet: C9, 27 and C4. RGB value is (201,39,196). Sum of RGB (Red+Green+Blue) = 201+39+196=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 39 (15.62% from 255 or 8.94% from 436); Blue value is 196 (76.95% from 255 or 44.95% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C927C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C927C4 is #36D83B. Grayscale: #686868. Windows color (decimal): -3594300 or 12855241. OLE color: 12855241.

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

Color convert

RGB 201 39 196 -
CMYK 0 0.81 0.02 0.21
HSL 301.85º 0.68% 0.47% -
HSV(B) 301.85º 0.81% 0.79% -
XYZ 34.78 17.85 53.84 -
YUV 105.34 179.17 196.23 -
System Red Green Blue C M Y K H S L
Decimal 201 39 196 0 0.81 0.02 0.21 301.85 0.68 0.47
Hex C9 27 C4 0 51 2 15 12E 44 2F
Octal 311 47 304 0 121 2 25 456 104 57
Binary 11001001 100111 11000100 0 1010001 10 10101 100101110 1000100 101111

Color Harmonies of #C927C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C927C4

Black with #C927C4

Text Example


Text Example

White with #C927C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C927C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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