Html Css Color HEX #C31AD4 Deep Magenta

📋 copy color: '#C31AD4'

red 195 ◦ green 26 ◦ blue 212

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

Shades of Deep Magenta #C31AD4

Tints of Deep Magenta #C31AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 48.96%

R = 45.03%
G = 6%
B = 48.96%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C31AD4 (or 0xC31AD4) is known color: Deep Magenta. HEX triplet: C3, 1A and D4. RGB value is (195,26,212). Sum of RGB (Red+Green+Blue) = 195+26+212=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 26 (10.55% from 255 or 6.00% from 433); Blue value is 212 (83.20% from 255 or 48.96% from 433); Max value from RGB is 212 - color contains mainly: blue. Hex color #C31AD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31AD4 is #3CE52B. Grayscale: #616161. Windows color (decimal): -3990828 or 13900483. OLE color: 13900483.

HSL color Cylindrical-coordinate representation of color #C31AD4: hue angle of 294.52º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31AD4 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 195 26 212 -
CMYK 0.08 0.88 0 0.17
HSL 294.52º 0.78% 0.47% -
HSV(B) 294.52º 0.88% 0.83% -
XYZ 34.76 17.09 63.75 -
YUV 97.74 192.49 197.38 -
System Red Green Blue C M Y K H S L
Decimal 195 26 212 0.08 0.88 0 0.17 294.52 0.78 0.47
Hex C3 1A D4 8 58 0 11 127 4E 2F
Octal 303 32 324 10 130 0 21 447 116 57
Binary 11000011 11010 11010100 1000 1011000 0 10001 100100111 1001110 101111

Color Harmonies of #C31AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31AD4

Black with #C31AD4

Text Example


Text Example

White with #C31AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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