Html Css Color HEX #C927DD Deep Magenta

📋 copy color: '#C927DD'

red 201 ◦ green 39 ◦ blue 221

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

Shades of Deep Magenta #C927DD

Tints of Deep Magenta #C927DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.94%

R = 43.6%
G = 8.46%
B = 47.94%

CMYK

 C value IS 0.09

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C927DD (or 0xC927DD) is known color: Deep Magenta. HEX triplet: C9, 27 and DD. RGB value is (201,39,221). Sum of RGB (Red+Green+Blue) = 201+39+221=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 39 (15.62% from 255 or 8.46% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #C927DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C927DD is #36D822. Grayscale: #6B6B6B. Windows color (decimal): -3594275 or 14493641. OLE color: 14493641.

HSL color Cylindrical-coordinate representation of color #C927DD: hue angle of 293.41º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C927DD is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 39 221 -
CMYK 0.09 0.82 0 0.13
HSL 293.41º 0.73% 0.51% -
HSV(B) 293.41º 0.82% 0.87% -
XYZ 37.86 19.09 70.1 -
YUV 108.19 191.67 194.2 -
System Red Green Blue C M Y K H S L
Decimal 201 39 221 0.09 0.82 0 0.13 293.41 0.73 0.51
Hex C9 27 DD 9 52 0 D 125 49 33
Octal 311 47 335 11 122 0 15 445 111 63
Binary 11001001 100111 11011101 1001 1010010 0 1101 100100101 1001001 110011

Color Harmonies of #C927DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C927DD

Black with #C927DD

Text Example


Text Example

White with #C927DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C927DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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