Html Css Color HEX #C919BC Deep Magenta

📋 copy color: '#C919BC'

red 201 ◦ green 25 ◦ blue 188

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

Shades of Deep Magenta #C919BC

Tints of Deep Magenta #C919BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.41%

R = 48.55%
G = 6.04%
B = 45.41%

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

#C919BC (or 0xC919BC) is known color: Deep Magenta. HEX triplet: C9, 19 and BC. RGB value is (201,25,188). Sum of RGB (Red+Green+Blue) = 201+25+188=414 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.55% from 414); Green value is 25 (10.16% from 255 or 6.04% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 201 - color contains mainly: red. Hex color #C919BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C919BC is #36E643. Grayscale: #5F5F5F. Windows color (decimal): -3597892 or 12327369. OLE color: 12327369.

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

Color convert

RGB 201 25 188 -
CMYK 0 0.88 0.06 0.21
HSL 304.43º 0.78% 0.44% -
HSV(B) 304.43º 0.88% 0.79% -
XYZ 33.51 16.74 49.04 -
YUV 96.21 179.81 202.75 -
System Red Green Blue C M Y K H S L
Decimal 201 25 188 0 0.88 0.06 0.21 304.43 0.78 0.44
Hex C9 19 BC 0 58 6 15 130 4E 2C
Octal 311 31 274 0 130 6 25 460 116 54
Binary 11001001 11001 10111100 0 1011000 110 10101 100110000 1001110 101100

Color Harmonies of #C919BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C919BC

Black with #C919BC

Text Example


Text Example

White with #C919BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C919BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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