Html Css Color HEX #C612AB Deep Magenta

📋 copy color: '#C612AB'

red 198 ◦ green 18 ◦ blue 171

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

Shades of Deep Magenta #C612AB

Tints of Deep Magenta #C612AB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.65%

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

R = 51.16%
G = 4.65%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C612AB (or 0xC612AB) is known color: Deep Magenta. HEX triplet: C6, 12 and AB. RGB value is (198,18,171). Sum of RGB (Red+Green+Blue) = 198+18+171=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 18 (7.42% from 255 or 4.65% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C612AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C612AB is #39ED54. Grayscale: #585858. Windows color (decimal): -3796309 or 11211462. OLE color: 11211462.

HSL color Cylindrical-coordinate representation of color #C612AB: hue angle of 309º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C612AB is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 18 171 -
CMYK 0 0.91 0.14 0.22
HSL 309º 0.83% 0.42% -
HSV(B) 309º 0.91% 0.78% -
XYZ 30.86 15.38 39.87 -
YUV 89.26 174.13 205.56 -
System Red Green Blue C M Y K H S L
Decimal 198 18 171 0 0.91 0.14 0.22 309 0.83 0.42
Hex C6 12 AB 0 5B E 16 135 53 2A
Octal 306 22 253 0 133 16 26 465 123 52
Binary 11000110 10010 10101011 0 1011011 1110 10110 100110101 1010011 101010

Color Harmonies of #C612AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C612AB

Black with #C612AB

Text Example


Text Example

White with #C612AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C612AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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