Html Css Color HEX #C927DA Deep Magenta

📋 copy color: '#C927DA'

red 201 ◦ green 39 ◦ blue 218

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

Shades of Deep Magenta #C927DA

Tints of Deep Magenta #C927DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.6%

R = 43.89%
G = 8.52%
B = 47.6%

CMYK

 C value IS 0.08

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C927DA (or 0xC927DA) is known color: Deep Magenta. HEX triplet: C9, 27 and DA. RGB value is (201,39,218). Sum of RGB (Red+Green+Blue) = 201+39+218=458 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.89% from 458); Green value is 39 (15.62% from 255 or 8.52% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #C927DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C927DA is #36D825. Grayscale: #6B6B6B. Windows color (decimal): -3594278 or 14297033. OLE color: 14297033.

HSL color Cylindrical-coordinate representation of color #C927DA: hue angle of 294.3º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C927DA is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 39 218 -
CMYK 0.08 0.82 0 0.15
HSL 294.3º 0.71% 0.5% -
HSV(B) 294.3º 0.82% 0.85% -
XYZ 37.47 18.93 68.01 -
YUV 107.84 190.17 194.45 -
System Red Green Blue C M Y K H S L
Decimal 201 39 218 0.08 0.82 0 0.15 294.3 0.71 0.5
Hex C9 27 DA 8 52 0 F 126 47 32
Octal 311 47 332 10 122 0 17 446 107 62
Binary 11001001 100111 11011010 1000 1010010 0 1111 100100110 1000111 110010

Color Harmonies of #C927DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C927DA

Black with #C927DA

Text Example


Text Example

White with #C927DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C927DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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