Html Css Color HEX #C915BE Deep Magenta

📋 copy color: '#C915BE'

red 201 ◦ green 21 ◦ blue 190

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

Shades of Deep Magenta #C915BE

Tints of Deep Magenta #C915BE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.1%

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

R = 48.79%
G = 5.1%
B = 46.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C915BE (or 0xC915BE) is known color: Deep Magenta. HEX triplet: C9, 15 and BE. RGB value is (201,21,190). Sum of RGB (Red+Green+Blue) = 201+21+190=412 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.79% from 412); Green value is 21 (8.59% from 255 or 5.10% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 201 - color contains mainly: red. Hex color #C915BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C915BE is #36EA41. Grayscale: #5D5D5D. Windows color (decimal): -3598914 or 12457417. OLE color: 12457417.

HSL color Cylindrical-coordinate representation of color #C915BE: hue angle of 303.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C915BE is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 21 190 -
CMYK 0 0.90 0.05 0.21
HSL 303.67º 0.81% 0.44% -
HSV(B) 303.67º 0.9% 0.79% -
XYZ 33.65 16.67 50.16 -
YUV 94.09 182.13 204.26 -
System Red Green Blue C M Y K H S L
Decimal 201 21 190 0 0.90 0.05 0.21 303.67 0.81 0.44
Hex C9 15 BE 0 5A 5 15 130 51 2C
Octal 311 25 276 0 132 5 25 460 121 54
Binary 11001001 10101 10111110 0 1011010 101 10101 100110000 1010001 101100

Color Harmonies of #C915BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C915BE

Black with #C915BE

Text Example


Text Example

White with #C915BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C915BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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