Html Css Color HEX #C919BB Deep Magenta

📋 copy color: '#C919BB'

red 201 ◦ green 25 ◦ blue 187

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

Shades of Deep Magenta #C919BB

Tints of Deep Magenta #C919BB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.05%

 BLUE value IS 187 (73.44% from 255) = 45.28%

R = 48.67%
G = 6.05%
B = 45.28%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C919BB (or 0xC919BB) is known color: Deep Magenta. HEX triplet: C9, 19 and BB. RGB value is (201,25,187). Sum of RGB (Red+Green+Blue) = 201+25+187=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 25 (10.16% from 255 or 6.05% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C919BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C919BB is #36E644. Grayscale: #5F5F5F. Windows color (decimal): -3597893 or 12261833. OLE color: 12261833.

HSL color Cylindrical-coordinate representation of color #C919BB: hue angle of 304.77º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C919BB is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 25 187 -
CMYK 0 0.88 0.07 0.21
HSL 304.77º 0.78% 0.44% -
HSV(B) 304.77º 0.88% 0.79% -
XYZ 33.4 16.7 48.48 -
YUV 96.09 179.31 202.83 -
System Red Green Blue C M Y K H S L
Decimal 201 25 187 0 0.88 0.07 0.21 304.77 0.78 0.44
Hex C9 19 BB 0 58 7 15 131 4E 2C
Octal 311 31 273 0 130 7 25 461 116 54
Binary 11001001 11001 10111011 0 1011000 111 10101 100110001 1001110 101100

Color Harmonies of #C919BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C919BB

Black with #C919BB

Text Example


Text Example

White with #C919BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C919BB; }

 p { color: rgb(201,25,187); }

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

background-color css

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

 a { background-color: rgb(201,25,187); }

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

border-color css

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

 span { border-color: rgb(201,25,187); }

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