Html Css Color HEX #C61ACC Deep Magenta

📋 copy color: '#C61ACC'

red 198 ◦ green 26 ◦ blue 204

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

Shades of Deep Magenta #C61ACC

Tints of Deep Magenta #C61ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.66%

R = 46.26%
G = 6.07%
B = 47.66%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C61ACC (or 0xC61ACC) is known color: Deep Magenta. HEX triplet: C6, 1A and CC. RGB value is (198,26,204). Sum of RGB (Red+Green+Blue) = 198+26+204=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 26 (10.55% from 255 or 6.07% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #C61ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61ACC is #39E533. Grayscale: #616161. Windows color (decimal): -3794228 or 13376198. OLE color: 13376198.

HSL color Cylindrical-coordinate representation of color #C61ACC: hue angle of 297.98º 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 #C61ACC is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 198 26 204 -
CMYK 0.03 0.87 0 0.2
HSL 297.98º 0.77% 0.45% -
HSV(B) 297.98º 0.87% 0.8% -
XYZ 34.56 17.1 58.61 -
YUV 97.72 187.98 199.53 -
System Red Green Blue C M Y K H S L
Decimal 198 26 204 0.03 0.87 0 0.2 297.98 0.77 0.45
Hex C6 1A CC 3 57 0 14 12A 4D 2D
Octal 306 32 314 3 127 0 24 452 115 55
Binary 11000110 11010 11001100 11 1010111 0 10100 100101010 1001101 101101

Color Harmonies of #C61ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61ACC

Black with #C61ACC

Text Example


Text Example

White with #C61ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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