Html Css Color HEX #C31AD2 Deep Magenta

📋 copy color: '#C31AD2'

red 195 ◦ green 26 ◦ blue 210

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

Shades of Deep Magenta #C31AD2

Tints of Deep Magenta #C31AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 48.72%

R = 45.24%
G = 6.03%
B = 48.72%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C31AD2 (or 0xC31AD2) is known color: Deep Magenta. HEX triplet: C3, 1A and D2. RGB value is (195,26,210). Sum of RGB (Red+Green+Blue) = 195+26+210=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 26 (10.55% from 255 or 6.03% from 431); Blue value is 210 (82.42% from 255 or 48.72% from 431); Max value from RGB is 210 - color contains mainly: blue. Hex color #C31AD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31AD2 is #3CE52D. Grayscale: #606060. Windows color (decimal): -3990830 or 13769411. OLE color: 13769411.

HSL color Cylindrical-coordinate representation of color #C31AD2: hue angle of 295.11º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31AD2 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 195 26 210 -
CMYK 0.07 0.88 0 0.18
HSL 295.11º 0.78% 0.46% -
HSV(B) 295.11º 0.88% 0.82% -
XYZ 34.51 16.99 62.43 -
YUV 97.51 191.49 197.54 -
System Red Green Blue C M Y K H S L
Decimal 195 26 210 0.07 0.88 0 0.18 295.11 0.78 0.46
Hex C3 1A D2 7 58 0 12 127 4E 2E
Octal 303 32 322 7 130 0 22 447 116 56
Binary 11000011 11010 11010010 111 1011000 0 10010 100100111 1001110 101110

Color Harmonies of #C31AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31AD2

Black with #C31AD2

Text Example


Text Example

White with #C31AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31AD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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