Html Css Color HEX #C919BE Deep Magenta

📋 copy color: '#C919BE'

red 201 ◦ green 25 ◦ blue 190

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

Shades of Deep Magenta #C919BE

Tints of Deep Magenta #C919BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.67%

R = 48.32%
G = 6.01%
B = 45.67%

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

#C919BE (or 0xC919BE) is known color: Deep Magenta. HEX triplet: C9, 19 and BE. RGB value is (201,25,190). Sum of RGB (Red+Green+Blue) = 201+25+190=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 25 (10.16% from 255 or 6.01% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 201 - color contains mainly: red. Hex color #C919BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C919BE is #36E641. Grayscale: #5F5F5F. Windows color (decimal): -3597890 or 12458441. OLE color: 12458441.

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

Color convert

RGB 201 25 190 -
CMYK 0 0.88 0.05 0.21
HSL 303.75º 0.78% 0.44% -
HSV(B) 303.75º 0.88% 0.79% -
XYZ 33.73 16.83 50.19 -
YUV 96.43 180.81 202.58 -
System Red Green Blue C M Y K H S L
Decimal 201 25 190 0 0.88 0.05 0.21 303.75 0.78 0.44
Hex C9 19 BE 0 58 5 15 130 4E 2C
Octal 311 31 276 0 130 5 25 460 116 54
Binary 11001001 11001 10111110 0 1011000 101 10101 100110000 1001110 101100

Color Harmonies of #C919BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C919BE

Black with #C919BE

Text Example


Text Example

White with #C919BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C919BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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