Html Css Color HEX #C910BD Deep Magenta

📋 copy color: '#C910BD'

red 201 ◦ green 16 ◦ blue 189

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

Shades of Deep Magenta #C910BD

Tints of Deep Magenta #C910BD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.94%

 BLUE value IS 189 (74.22% from 255) = 46.55%

R = 49.51%
G = 3.94%
B = 46.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C910BD (or 0xC910BD) is known color: Deep Magenta. HEX triplet: C9, 10 and BD. RGB value is (201,16,189). Sum of RGB (Red+Green+Blue) = 201+16+189=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 16 (6.64% from 255 or 3.94% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 201 - color contains mainly: red. Hex color #C910BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C910BD is #36EF42. Grayscale: #5A5A5A. Windows color (decimal): -3600195 or 12390601. OLE color: 12390601.

HSL color Cylindrical-coordinate representation of color #C910BD: hue angle of 303.89º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C910BD is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 16 189 -
CMYK 0 0.92 0.06 0.21
HSL 303.89º 0.85% 0.43% -
HSV(B) 303.89º 0.92% 0.79% -
XYZ 33.46 16.46 49.56 -
YUV 91.04 183.29 206.43 -
System Red Green Blue C M Y K H S L
Decimal 201 16 189 0 0.92 0.06 0.21 303.89 0.85 0.43
Hex C9 10 BD 0 5C 6 15 130 55 2B
Octal 311 20 275 0 134 6 25 460 125 53
Binary 11001001 10000 10111101 0 1011100 110 10101 100110000 1010101 101011

Color Harmonies of #C910BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C910BD

Black with #C910BD

Text Example


Text Example

White with #C910BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C910BD; }

 p { color: rgb(201,16,189); }

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

background-color css

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

 a { background-color: rgb(201,16,189); }

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

border-color css

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

 span { border-color: rgb(201,16,189); }

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