Html Css Color HEX #C914B6 Deep Magenta

📋 copy color: '#C914B6'

red 201 ◦ green 20 ◦ blue 182

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

Shades of Deep Magenta #C914B6

Tints of Deep Magenta #C914B6

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.96%

 BLUE value IS 182 (71.48% from 255) = 45.16%

R = 49.88%
G = 4.96%
B = 45.16%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#C914B6 (or 0xC914B6) is known color: Deep Magenta. HEX triplet: C9, 14 and B6. RGB value is (201,20,182). Sum of RGB (Red+Green+Blue) = 201+20+182=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 20 (8.20% from 255 or 4.96% from 403); Blue value is 182 (71.48% from 255 or 45.16% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C914B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C914B6 is #36EB49. Grayscale: #5C5C5C. Windows color (decimal): -3599178 or 11932873. OLE color: 11932873.

HSL color Cylindrical-coordinate representation of color #C914B6: hue angle of 306.3º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C914B6 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 20 182 -
CMYK 0 0.90 0.09 0.21
HSL 306.3º 0.82% 0.43% -
HSV(B) 306.3º 0.9% 0.79% -
XYZ 32.78 16.3 45.67 -
YUV 92.59 178.47 205.33 -
System Red Green Blue C M Y K H S L
Decimal 201 20 182 0 0.90 0.09 0.21 306.3 0.82 0.43
Hex C9 14 B6 0 5A 9 15 132 52 2B
Octal 311 24 266 0 132 11 25 462 122 53
Binary 11001001 10100 10110110 0 1011010 1001 10101 100110010 1010010 101011

Color Harmonies of #C914B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C914B6

Black with #C914B6

Text Example


Text Example

White with #C914B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C914B6; }

 p { color: rgb(201,20,182); }

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

background-color css

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

 a { background-color: rgb(201,20,182); }

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

border-color css

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

 span { border-color: rgb(201,20,182); }

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