Html Css Color HEX #C615AB Deep Magenta

📋 copy color: '#C615AB'

red 198 ◦ green 21 ◦ blue 171

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

Shades of Deep Magenta #C615AB

Tints of Deep Magenta #C615AB

RGB

 RED value IS 198 (77.73% from 255) = 50.77%

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

 BLUE value IS 171 (67.19% from 255) = 43.85%

R = 50.77%
G = 5.38%
B = 43.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C615AB (or 0xC615AB) is known color: Deep Magenta. HEX triplet: C6, 15 and AB. RGB value is (198,21,171). Sum of RGB (Red+Green+Blue) = 198+21+171=390 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.77% from 390); Green value is 21 (8.59% from 255 or 5.38% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 198 - color contains mainly: red. Hex color #C615AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C615AB is #39EA54. Grayscale: #5A5A5A. Windows color (decimal): -3795541 or 11212230. OLE color: 11212230.

HSL color Cylindrical-coordinate representation of color #C615AB: hue angle of 309.15º 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 #C615AB is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 21 171 -
CMYK 0 0.89 0.14 0.22
HSL 309.15º 0.81% 0.43% -
HSV(B) 309.15º 0.89% 0.78% -
XYZ 30.91 15.48 39.89 -
YUV 91.02 173.14 204.3 -
System Red Green Blue C M Y K H S L
Decimal 198 21 171 0 0.89 0.14 0.22 309.15 0.81 0.43
Hex C6 15 AB 0 59 E 16 135 51 2B
Octal 306 25 253 0 131 16 26 465 121 53
Binary 11000110 10101 10101011 0 1011001 1110 10110 100110101 1010001 101011

Color Harmonies of #C615AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C615AB

Black with #C615AB

Text Example


Text Example

White with #C615AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C615AB; }

 p { color: rgb(198,21,171); }

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

background-color css

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

 a { background-color: rgb(198,21,171); }

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

border-color css

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

 span { border-color: rgb(198,21,171); }

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