Html Css Color HEX #C31CAD Deep Magenta

📋 copy color: '#C31CAD'

red 195 ◦ green 28 ◦ blue 173

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

Shades of Deep Magenta #C31CAD

Tints of Deep Magenta #C31CAD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.07%

 BLUE value IS 173 (67.97% from 255) = 43.69%

R = 49.24%
G = 7.07%
B = 43.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C31CAD (or 0xC31CAD) is known color: Deep Magenta. HEX triplet: C3, 1C and AD. RGB value is (195,28,173). Sum of RGB (Red+Green+Blue) = 195+28+173=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 28 (11.33% from 255 or 7.07% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C31CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31CAD is #3CE352. Grayscale: #5E5E5E. Windows color (decimal): -3990355 or 11345091. OLE color: 11345091.

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

Color convert

RGB 195 28 173 -
CMYK 0 0.86 0.11 0.24
HSL 307.9º 0.75% 0.44% -
HSV(B) 307.9º 0.86% 0.76% -
XYZ 30.46 15.45 40.91 -
YUV 94.46 172.33 199.71 -
System Red Green Blue C M Y K H S L
Decimal 195 28 173 0 0.86 0.11 0.24 307.9 0.75 0.44
Hex C3 1C AD 0 56 B 18 134 4B 2C
Octal 303 34 255 0 126 13 30 464 113 54
Binary 11000011 11100 10101101 0 1010110 1011 11000 100110100 1001011 101100

Color Harmonies of #C31CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31CAD

Black with #C31CAD

Text Example


Text Example

White with #C31CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31CAD; }

 p { color: rgb(195,28,173); }

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

background-color css

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

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

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

border-color css

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

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

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