Html Css Color HEX #C91CCE Deep Magenta

📋 copy color: '#C91CCE'

red 201 ◦ green 28 ◦ blue 206

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

Shades of Deep Magenta #C91CCE

Tints of Deep Magenta #C91CCE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.44%

 BLUE value IS 206 (80.86% from 255) = 47.36%

R = 46.21%
G = 6.44%
B = 47.36%

CMYK

 C value IS 0.02

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C91CCE (or 0xC91CCE) is known color: Deep Magenta. HEX triplet: C9, 1C and CE. RGB value is (201,28,206). Sum of RGB (Red+Green+Blue) = 201+28+206=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 28 (11.33% from 255 or 6.44% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #C91CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91CCE is #36E331. Grayscale: #636363. Windows color (decimal): -3597106 or 13507785. OLE color: 13507785.

HSL color Cylindrical-coordinate representation of color #C91CCE: hue angle of 298.31º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C91CCE is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 28 206 -
CMYK 0.02 0.86 0 0.19
HSL 298.31º 0.76% 0.46% -
HSV(B) 298.31º 0.86% 0.81% -
XYZ 35.64 17.7 59.93 -
YUV 100.02 187.81 200.03 -
System Red Green Blue C M Y K H S L
Decimal 201 28 206 0.02 0.86 0 0.19 298.31 0.76 0.46
Hex C9 1C CE 2 56 0 13 12A 4C 2E
Octal 311 34 316 2 126 0 23 452 114 56
Binary 11001001 11100 11001110 10 1010110 0 10011 100101010 1001100 101110

Color Harmonies of #C91CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91CCE

Black with #C91CCE

Text Example


Text Example

White with #C91CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91CCE; }

 p { color: rgb(201,28,206); }

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

background-color css

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

 a { background-color: rgb(201,28,206); }

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

border-color css

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

 span { border-color: rgb(201,28,206); }

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