Html Css Color HEX #C31ACC Deep Magenta

📋 copy color: '#C31ACC'

red 195 ◦ green 26 ◦ blue 204

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

Shades of Deep Magenta #C31ACC

Tints of Deep Magenta #C31ACC

RGB

 RED value IS 195 (76.56% from 255) = 45.88%

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

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

R = 45.88%
G = 6.12%
B = 48%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C31ACC (or 0xC31ACC) is known color: Deep Magenta. HEX triplet: C3, 1A and CC. RGB value is (195,26,204). Sum of RGB (Red+Green+Blue) = 195+26+204=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 26 (10.55% from 255 or 6.12% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #C31ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31ACC is #3CE533. Grayscale: #606060. Windows color (decimal): -3990836 or 13376195. OLE color: 13376195.

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

Color convert

RGB 195 26 204 -
CMYK 0.04 0.87 0 0.2
HSL 296.97º 0.77% 0.45% -
HSV(B) 296.97º 0.87% 0.8% -
XYZ 33.77 16.7 58.57 -
YUV 96.82 188.49 198.03 -
System Red Green Blue C M Y K H S L
Decimal 195 26 204 0.04 0.87 0 0.2 296.97 0.77 0.45
Hex C3 1A CC 4 57 0 14 129 4D 2D
Octal 303 32 314 4 127 0 24 451 115 55
Binary 11000011 11010 11001100 100 1010111 0 10100 100101001 1001101 101101

Color Harmonies of #C31ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31ACC

Black with #C31ACC

Text Example


Text Example

White with #C31ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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