Html Css Color HEX #C919BD Deep Magenta

📋 copy color: '#C919BD'

red 201 ◦ green 25 ◦ blue 189

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

Shades of Deep Magenta #C919BD

Tints of Deep Magenta #C919BD

RGB

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

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

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

R = 48.43%
G = 6.02%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C919BD (or 0xC919BD) is known color: Deep Magenta. HEX triplet: C9, 19 and BD. RGB value is (201,25,189). Sum of RGB (Red+Green+Blue) = 201+25+189=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 25 (10.16% from 255 or 6.02% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C919BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C919BD is #36E642. Grayscale: #5F5F5F. Windows color (decimal): -3597891 or 12392905. OLE color: 12392905.

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

Color convert

RGB 201 25 189 -
CMYK 0 0.88 0.06 0.21
HSL 304.09º 0.78% 0.44% -
HSV(B) 304.09º 0.88% 0.79% -
XYZ 33.62 16.79 49.61 -
YUV 96.32 180.31 202.66 -
System Red Green Blue C M Y K H S L
Decimal 201 25 189 0 0.88 0.06 0.21 304.09 0.78 0.44
Hex C9 19 BD 0 58 6 15 130 4E 2C
Octal 311 31 275 0 130 6 25 460 116 54
Binary 11001001 11001 10111101 0 1011000 110 10101 100110000 1001110 101100

Color Harmonies of #C919BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C919BD

Black with #C919BD

Text Example


Text Example

White with #C919BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C919BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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