Html Css Color HEX #C81ACC Deep Magenta

📋 copy color: '#C81ACC'

red 200 ◦ green 26 ◦ blue 204

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

Shades of Deep Magenta #C81ACC

Tints of Deep Magenta #C81ACC

RGB

 RED value IS 200 (78.52% from 255) = 46.51%

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

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

R = 46.51%
G = 6.05%
B = 47.44%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C81ACC (or 0xC81ACC) is known color: Deep Magenta. HEX triplet: C8, 1A and CC. RGB value is (200,26,204). Sum of RGB (Red+Green+Blue) = 200+26+204=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 26 (10.55% from 255 or 6.05% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #C81ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81ACC is #37E533. Grayscale: #616161. Windows color (decimal): -3663156 or 13376200. OLE color: 13376200.

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

Color convert

RGB 200 26 204 -
CMYK 0.02 0.87 0 0.2
HSL 298.65º 0.77% 0.45% -
HSV(B) 298.65º 0.87% 0.8% -
XYZ 35.09 17.38 58.63 -
YUV 98.32 187.65 200.53 -
System Red Green Blue C M Y K H S L
Decimal 200 26 204 0.02 0.87 0 0.2 298.65 0.77 0.45
Hex C8 1A CC 2 57 0 14 12B 4D 2D
Octal 310 32 314 2 127 0 24 453 115 55
Binary 11001000 11010 11001100 10 1010111 0 10100 100101011 1001101 101101

Color Harmonies of #C81ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81ACC

Black with #C81ACC

Text Example


Text Example

White with #C81ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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