Html Css Color HEX #C919BF Deep Magenta

📋 copy color: '#C919BF'

red 201 ◦ green 25 ◦ blue 191

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

Shades of Deep Magenta #C919BF

Tints of Deep Magenta #C919BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.8%

R = 48.2%
G = 6%
B = 45.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C919BF (or 0xC919BF) is known color: Deep Magenta. HEX triplet: C9, 19 and BF. RGB value is (201,25,191). Sum of RGB (Red+Green+Blue) = 201+25+191=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 25 (10.16% from 255 or 6.00% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 201 - color contains mainly: red. Hex color #C919BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C919BF is #36E640. Grayscale: #606060. Windows color (decimal): -3597889 or 12523977. OLE color: 12523977.

HSL color Cylindrical-coordinate representation of color #C919BF: hue angle of 303.41º 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 #C919BF is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 25 191 -
CMYK 0 0.88 0.05 0.21
HSL 303.41º 0.78% 0.44% -
HSV(B) 303.41º 0.88% 0.79% -
XYZ 33.84 16.87 50.76 -
YUV 96.55 181.31 202.5 -
System Red Green Blue C M Y K H S L
Decimal 201 25 191 0 0.88 0.05 0.21 303.41 0.78 0.44
Hex C9 19 BF 0 58 5 15 12F 4E 2C
Octal 311 31 277 0 130 5 25 457 116 54
Binary 11001001 11001 10111111 0 1011000 101 10101 100101111 1001110 101100

Color Harmonies of #C919BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C919BF

Black with #C919BF

Text Example


Text Example

White with #C919BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C919BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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