Html Css Color HEX #C715BB Deep Magenta

📋 copy color: '#C715BB'

red 199 ◦ green 21 ◦ blue 187

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

Shades of Deep Magenta #C715BB

Tints of Deep Magenta #C715BB

RGB

 RED value IS 199 (78.13% from 255) = 48.89%

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

 BLUE value IS 187 (73.44% from 255) = 45.95%

R = 48.89%
G = 5.16%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C715BB (or 0xC715BB) is known color: Deep Magenta. HEX triplet: C7, 15 and BB. RGB value is (199,21,187). Sum of RGB (Red+Green+Blue) = 199+21+187=407 (53% of max value = 765). Red value is 199 (78.12% from 255 or 48.89% from 407); Green value is 21 (8.59% from 255 or 5.16% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 199 - color contains mainly: red. Hex color #C715BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C715BB is #38EA44. Grayscale: #5C5C5C. Windows color (decimal): -3729989 or 12260807. OLE color: 12260807.

HSL color Cylindrical-coordinate representation of color #C715BB: hue angle of 304.04º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C715BB is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 21 187 -
CMYK 0 0.89 0.06 0.22
HSL 304.05º 0.81% 0.43% -
HSV(B) 304.05º 0.89% 0.78% -
XYZ 32.79 16.27 48.43 -
YUV 93.15 180.97 203.5 -
System Red Green Blue C M Y K H S L
Decimal 199 21 187 0 0.89 0.06 0.22 304.05 0.81 0.43
Hex C7 15 BB 0 59 6 16 130 51 2B
Octal 307 25 273 0 131 6 26 460 121 53
Binary 11000111 10101 10111011 0 1011001 110 10110 100110000 1010001 101011

Color Harmonies of #C715BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C715BB

Black with #C715BB

Text Example


Text Example

White with #C715BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C715BB; }

 p { color: rgb(199,21,187); }

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

background-color css

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

 a { background-color: rgb(199,21,187); }

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

border-color css

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

 span { border-color: rgb(199,21,187); }

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