Html Css Color HEX #C61AB2 Deep Magenta

📋 copy color: '#C61AB2'

red 198 ◦ green 26 ◦ blue 178

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

Shades of Deep Magenta #C61AB2

Tints of Deep Magenta #C61AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 44.28%

R = 49.25%
G = 6.47%
B = 44.28%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C61AB2 (or 0xC61AB2) is known color: Deep Magenta. HEX triplet: C6, 1A and B2. RGB value is (198,26,178). Sum of RGB (Red+Green+Blue) = 198+26+178=402 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.25% from 402); Green value is 26 (10.55% from 255 or 6.47% from 402); Blue value is 178 (69.92% from 255 or 44.28% from 402); Max value from RGB is 198 - color contains mainly: red. Hex color #C61AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61AB2 is #39E54D. Grayscale: #5E5E5E. Windows color (decimal): -3794254 or 11672262. OLE color: 11672262.

HSL color Cylindrical-coordinate representation of color #C61AB2: hue angle of 306.98º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C61AB2 is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 26 178 -
CMYK 0 0.87 0.10 0.22
HSL 306.98º 0.77% 0.44% -
HSV(B) 306.98º 0.87% 0.78% -
XYZ 31.69 15.96 43.53 -
YUV 94.76 174.98 201.64 -
System Red Green Blue C M Y K H S L
Decimal 198 26 178 0 0.87 0.10 0.22 306.98 0.77 0.44
Hex C6 1A B2 0 57 A 16 133 4D 2C
Octal 306 32 262 0 127 12 26 463 115 54
Binary 11000110 11010 10110010 0 1010111 1010 10110 100110011 1001101 101100

Color Harmonies of #C61AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61AB2

Black with #C61AB2

Text Example


Text Example

White with #C61AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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