Html Css Color HEX #C31AC3 Deep Magenta

📋 copy color: '#C31AC3'

red 195 ◦ green 26 ◦ blue 195

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

Shades of Deep Magenta #C31AC3

Tints of Deep Magenta #C31AC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 46.88%

R = 46.88%
G = 6.25%
B = 46.88%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C31AC3 (or 0xC31AC3) is known color: Deep Magenta. HEX triplet: C3, 1A and C3. RGB value is (195,26,195). Sum of RGB (Red+Green+Blue) = 195+26+195=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 26 (10.55% from 255 or 6.25% from 416); Blue value is 195 (76.56% from 255 or 46.88% from 416); Max value from RGB is 195 - color contains mainly: red, blue. Hex color #C31AC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31AC3 is #3CE53C. Grayscale: #5F5F5F. Windows color (decimal): -3990845 or 12786371. OLE color: 12786371.

HSL color Cylindrical-coordinate representation of color #C31AC3: hue angle of 300º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C31AC3 is Cyan = 0, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 26 195 -
CMYK 0 0.87 0 0.24
HSL 300º 0.76% 0.43% -
HSV(B) 300º 0.87% 0.76% -
XYZ 32.73 16.28 53.05 -
YUV 95.8 183.99 198.76 -
System Red Green Blue C M Y K H S L
Decimal 195 26 195 0 0.87 0 0.24 300 0.76 0.43
Hex C3 1A C3 0 57 0 18 12C 4C 2B
Octal 303 32 303 0 127 0 30 454 114 53
Binary 11000011 11010 11000011 0 1010111 0 11000 100101100 1001100 101011

Color Harmonies of #C31AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31AC3

Black with #C31AC3

Text Example


Text Example

White with #C31AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31AC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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