Html Css Color HEX #C61ACB Deep Magenta

📋 copy color: '#C61ACB'

red 198 ◦ green 26 ◦ blue 203

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

Shades of Deep Magenta #C61ACB

Tints of Deep Magenta #C61ACB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.09%

 BLUE value IS 203 (79.69% from 255) = 47.54%

R = 46.37%
G = 6.09%
B = 47.54%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C61ACB (or 0xC61ACB) is known color: Deep Magenta. HEX triplet: C6, 1A and CB. RGB value is (198,26,203). Sum of RGB (Red+Green+Blue) = 198+26+203=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 26 (10.55% from 255 or 6.09% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #C61ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61ACB is #39E534. Grayscale: #616161. Windows color (decimal): -3794229 or 13310662. OLE color: 13310662.

HSL color Cylindrical-coordinate representation of color #C61ACB: hue angle of 298.31º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C61ACB is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 26 203 -
CMYK 0.02 0.87 0 0.20
HSL 298.31º 0.77% 0.45% -
HSV(B) 298.31º 0.87% 0.8% -
XYZ 34.44 17.06 57.98 -
YUV 97.61 187.48 199.61 -
System Red Green Blue C M Y K H S L
Decimal 198 26 203 0.02 0.87 0 0.20 298.31 0.77 0.45
Hex C6 1A CB 2 57 0 14 12A 4D 2D
Octal 306 32 313 2 127 0 24 452 115 55
Binary 11000110 11010 11001011 10 1010111 0 10100 100101010 1001101 101101

Color Harmonies of #C61ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61ACB

Black with #C61ACB

Text Example


Text Example

White with #C61ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61ACB; }

 p { color: rgb(198,26,203); }

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

background-color css

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

 a { background-color: rgb(198,26,203); }

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

border-color css

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

 span { border-color: rgb(198,26,203); }

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