Html Css Color HEX #C713BB Deep Magenta

📋 copy color: '#C713BB'

red 199 ◦ green 19 ◦ blue 187

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

Shades of Deep Magenta #C713BB

Tints of Deep Magenta #C713BB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.69%

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

R = 49.14%
G = 4.69%
B = 46.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C713BB (or 0xC713BB) is known color: Deep Magenta. HEX triplet: C7, 13 and BB. RGB value is (199,19,187). Sum of RGB (Red+Green+Blue) = 199+19+187=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 19 (7.81% from 255 or 4.69% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 199 - color contains mainly: red. Hex color #C713BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C713BB is #38EC44. Grayscale: #5B5B5B. Windows color (decimal): -3730501 or 12260295. OLE color: 12260295.

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

Color convert

RGB 199 19 187 -
CMYK 0 0.90 0.06 0.22
HSL 304º 0.83% 0.43% -
HSV(B) 304º 0.9% 0.78% -
XYZ 32.76 16.2 48.41 -
YUV 91.97 181.63 204.34 -
System Red Green Blue C M Y K H S L
Decimal 199 19 187 0 0.90 0.06 0.22 304 0.83 0.43
Hex C7 13 BB 0 5A 6 16 130 53 2B
Octal 307 23 273 0 132 6 26 460 123 53
Binary 11000111 10011 10111011 0 1011010 110 10110 100110000 1010011 101011

Color Harmonies of #C713BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C713BB

Black with #C713BB

Text Example


Text Example

White with #C713BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C713BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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